Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 381 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 381 Bytes

Node.js, Socket.IO and Processing.js

Ingredients:

  • Node.js v0.8.x
  • NPM v1.1.x
  • Express v2.5
  • Socket.IO
  • Processing.js

Set up a simple Node.js server that simply serves static files as well as handling socket connections through Socket.IO.

Make use of Processing.js's ability to mix Processing and Javascript code to send and receive socket events in a Processing sketch.