Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artursudnik/node-express-boilerplate
https://github.com/artursudnik/node-express-boilerplate
boilerplate express expressjs javascript log4js node nodejs pug template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/artursudnik/node-express-boilerplate
- Owner: artursudnik
- Created: 2020-03-24T20:51:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T06:12:38.000Z (4 months ago)
- Last Synced: 2024-09-12T15:44:28.994Z (4 months ago)
- Topics: boilerplate, express, expressjs, javascript, log4js, node, nodejs, pug, template
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Introduction
These basic application are all my solutions, ideas and experiences put together in one boilerplate application to be used as a base for new node/express/pug implementations.# Features
- asynchronous startup routines
- graceful, asynchronous shutdown:
- waiting for all http clients to disconnect
- "Connection: close" header send during shutdown
- customizable timeout
- customizable logging level
- verbose debug logs
- error handling
- .env, .env.defaults support for all application settings
- requests processing times tracked
- http clients connecting/disconnecting tracked
- tcp connections times and bytes sent/received tracked
- webserver timeouts set explicitly
- no etag and x-powered-by http response headers
- static assets urls versioning
- optional access log