Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 584 Bytes

Live Example

Source Code

Quick Start

Run in terminal (nodejs 14+)

    npm i gedyx gedyx-action-http gedyx-action-socket gedyx-cron gedyx-query-builder-memmory gedyx-query-builder-mysql gedyx-query-builder-redis

In your index.js

const Gedyx = require('gedyx');
const configs = require('./configs/config');


globalThis.app = new Gedyx(configs);

globalThis.app.init();

Where config is object, configuration sample in app/configs/config.js