项目作者: LborV

项目描述 :
My framework on JS
高级语言: JavaScript
项目地址: git://github.com/LborV/js-mvc.git
创建时间: 2020-07-17T16:26:06Z
项目社区:https://github.com/LborV/js-mvc

开源协议:

下载


Live Example

Source Code

Quick Start

Run in terminal (nodejs 14+)

  1. 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

  1. const Gedyx = require('gedyx');
  2. const configs = require('./configs/config');
  3. globalThis.app = new Gedyx(configs);
  4. globalThis.app.init();

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