Expressway is a node.js framework based on express. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.
- Loose Coupling
- Focus on large application architecture.
$ git clone https://github.com/mobframe/expressway.git $ cd expressway $ npm install$ node app.jsTo run the test suite, first invoke the following command within the repo, installing the development dependencies:
$ npm installThen run the tests:
$ npm test