socketio-es6-starter
socketio-es6-starter copied to clipboard
ES6/ES2015 chat example using node.js, socket.io, gulp, webpack (for client) and babel (for server).
Just a heads up, no need to pass username in every message, you already verified the username on connect (and therefore have the username in the closure scope on the...
Is it possible to add live reload for the client to this setup? I looked into gulp-livereload but no luck getting it to work so far.
I have tried starting this app with `npm start` and `nodemon`, but none works. How do you start the app?