Difference between revisions of "Node.js and Socket.io Dev Info"
From Another End
(Created page with " == Node.js == == Socket.IO == Client socket is located in Generator.js.") |
(→Node.js) |
||
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. |
Revision as of 19:50, 5 October 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.