modularch

0.0.9 • Public • Published

Modularch modular web framework

Why another NodeJS framework? I wanted to build a framework for NodeJS that wasn't (except for the middleware) based on Express or Connect. These two projects are good frameworks but I was simply looking for a change in the way I build my application. The main problem for me was the weird MVC structure in Express and the annoying way to define routes.

Core features When I started developing I wanted the framework to be: fast, clean, simple and ready-to-use. One of the things I wanted to develop was to support express middleware natively, this makes it easier for people to port their application to my framework.

The full feature list is as follows:

  • Native Express middleware support
  • Gulp integration
  • Modular structure
  • JSDoc usage (used for auto-converting request parameters)
  • MVC structure

Readme

Keywords

Package Sidebar

Install

npm i modularch

Weekly Downloads

0

Version

0.0.9

License

ISC

Last publish

Collaborators

  • dmeijboom