Yekonga Server v4.4.3 is an open-source Node.js backend framework built on Express and Socket.IO, providing REST, GraphQL, CLI scaffolding, and cloud functions. It integrates GraphQL with an optional authQuery, configurable permissions, database modeling, and mail (SMTP) support. Requires Node >=21.0.0. Differentiators: opinionated CLI (create, generate triggers), JSON configuration, and built-in GraphQL auth. Release cadence is irregular.
npm install yekonga-serverVerified import paths — ran on the pinned version, not inferred.
Create a Yekonga server instance with inline config JSON and start on port 3000.
Update Node to v21 or later
Use new Yekonga(config) instead
Ensure graphql.authQuery returns a valid query string
Use require() syntax; do not import package in ES modules
Ensure installed socket.io version matches peer dependency
Run 'npm install yekonga-server' in your project root
Add 'const Yekonga = require('yekonga-server');' at the topInclude 'app: { title: ... }' in configUse 'new Yekonga(config)' directly