My expressjs starter pack
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
client
public
routes
test
views
.gitignore
LICENSE
README.md
app.js
config.js
index.js
package.json
views.js

README.md

express-starter-pack


My expressjs starter pack

Modules

  • body-parser - Parse form data
  • browserify-middleware - Serve client-side CommonJS modules
  • csurf - Prevent CSRF
  • express - Web framework
  • express-session - Store and parse cookies. Used by csurf
  • is-root - Check if the server is being run as root
  • nunjucks - Templating, jinja2 style
  • tcp-bind - Bind to a port and drop all privileges afterwards

License

MIT.

Copyright (C) 2015 Médi-Rémi Hashim.