ZinkyJS
~$ start-learn --framework zinky_
What is ZinkyJS ?
‘ZinkyJS’ is a minimalist semi-opinionated modular framework.
The idea behind it was to make every feature in the application separated from the others so developers can easily maintain their code and reuse it over applications.
In Addition to that, the separation of features makes team work smoother and reduces conflicts.
The features are organized into folders with every feature containing its fullstack code, from routes to client controller through views.
We took advantages of EcmaScript 6 to build a framework that makes module’s inheritance possible, and rethinking the way we attach routes to controller by making new conventions.
But wait! All of that doesn’t mean that we lose the work built by the NodeJS community since its creation. ZinkyJS supports all ExpressJS middlewares so developers don’t have to reinvent the wheel, they just evoluate!
Features
Modular Fullstack
Conventional Routing
Inheritance
Express Friendly
How To's
How to use MongoDB with ZinkyJS
How to use Socket.IO with ZinkyJS
Projects Using ZinkyJS