Skip to content

brainey/introtonode

 
 

Repository files navigation

Introduction to Node.JS

The examples contained within these projects are simple Node.JS projects designed to show how to accomplish some basic programming objectives with Node, such as:

  1. Use the HTTP module;
  2. Use the Net module for working with TCP connections;
  3. Create and import your own Node.JS modules on top of the CommonJS module system;
  4. Install npm packages and use them in your applications; and
  5. Work with the local filesystem.

This content is used in my Node 101 talks for developers who are new to or unfamiliar with Node.

Additional Resources

Further reading:

About

Handful of simple Node.JS examples for new Node developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published