I\'m very very new to node.js, but there\'s actually only one simple thing that I am trying to achieve by learning the language.
I\'d like to create a webpage, where
I created a system/methodology to live update (hot reload) front-end code using RequireJS and Node.js. I made sure it worked with both React and Backbone. You can read about it here:
https://medium.com/@the1mills/hot-reloading-with-react-requirejs-7b2aa6cb06e1
the basic steps involved in doing this yourself: