@alena0817/brix
v1.0.16
Published
NodeJS based HTTP framework
Downloads
40
Readme
brix
minimalist 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:
- jquery npm install jquery
- Blowfish library blowfish-security-lib npm install blowfish-security-lib
- Winston npm install winston
- mime-types npm install mime-types