1.0.5 • Published 7 years ago
expressi v1.0.5
expressi
Express node server with easy routing
Express is the most popular nodejs framwork for building fast and minimalistic applications.
Why not make the routing better just by relaying in the folder structure?
Installation
npm install expressiFeatures
- Fast and lightweight.
- Built in ES6/7.
- No need to set up routes.
Getting your app ready
- Install
expressiinto your project. - Dont't worry about
express,expressialready comes with its lastest version, so there is no need to install it. - Choose a folder where you want
expressito look at (That, will reflect exaclty how your uri is going to look like). - Let
expressimake your life easier.
Check examples for documentation.