Tag: template
-
Simple passportjs local strategy with mongodb, ES6 style…
Here are my experiments with passport-js with local authentication and with es6 based server setup. The serialize and deserialize of passport-js is statically coded in. But you can get the same to be working as per any normal way of deserializing that you like. This also contains a very simple implementation of mongodb based db […]
-
Live-reload express app
Giving lot of tries over the express-generator template with express-livereload.js. It simply does not seem to work as expected, Whats works best is nodemon instead of node. finally do Now nodemon will reload the express server everytime a file changes.