Difference between revisions of "Node.js and Socket.io Dev Info"

From Another End
Jump to: navigation, search
(Created page with " == Node.js == == Socket.IO == Client socket is located in Generator.js.")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
 
== Node.js ==
 
== Node.js ==
 +
 +
=== Modules ===
 +
 +
Modules need to be included on the main page.
 +
 +
To export files within a module, they must be added to the export object.
  
 
== Socket.IO ==
 
== Socket.IO ==
  
 
Client socket is located in Generator.js.
 
Client socket is located in Generator.js.

Latest revision as of 21:44, 4 November 2014

Node.js

Modules

Modules need to be included on the main page.

To export files within a module, they must be added to the export object.

Socket.IO

Client socket is located in Generator.js.