NodeJS based HTTP framework
npm install @alena0817/brixminimalist Node JS HTTP server framework
Features:
- session handling (cookies)
- custom response object (option to add methods to HTTP response object)
- database connection (currently MySQL is supported)
- logging (using winston logging package supporting multiple logging levels)
- static file handling
Prerequisites:
1) jquery
npm install jquery
2) Blowfish library blowfish-security-lib
npm install blowfish-security-lib
3) Winston
npm install winston
4) mime-types
npm install mime-types