Here are few examples for "How To Code In Node Js"
###Contents of the repo:
####modules
1 example-using-exports-with-functions
2 example-using-module-as-object
3 loading-same-module-once-loaded
4 method-overriding-of-a-module-in-another
####asynchronous-callbacks-listeners
1 chat
2 custom-event-emitter-build-on-event-emitter
3 event-emitters-with-single-listener
4 nesting-callbacks-using-functions
5 nesting-callbacks
6 repeating-events-with-event-emitters