Category Archives: Node

Exports Patterns in node.js

Let us discuss some of the export patterns used in node. Common export patterns observed are: Exports a Namespace Exports a Function Exports a Constructor Exports a Namespace Module.exports is used to define the end point for accessing the module … Continue reading

Posted in AngularJs, Book, Node | Tagged | Leave a comment

Beginning Web Application Development With Node

I have start writing a new book on Node.js, one of the powerful JavaScript framework for modern web development. I am following the Lean publishing, where the book content will be delivered in parts and reader feedbacks will be incorporated … Continue reading

Posted in Book, Node | Tagged , , , , , | Leave a comment