-
Assignment 3
Create a simple interactive drawing experience using p5. Focus on the visual style and the interactivity. Aim to build something where multiple clients could connect and collaborate in the experience...
Read More -
Forever Server
In the simple chat example that we started with, the server will shutdown and stop running once you log out or stop it with cntrl-c. Forever is a node module...
Read More -
Simple Chat
Getting up and running with websockets and socket.io. Here is a full chat example that we can start with. This examples uses Socket.io, which we will be using extensively over...
Read More -
Git and GitHub
Git in the Command Line In this class, we will be using Git and GitHub via the command line - using Terminal on OSX and Command Prompt on Windows. Reasons...
Read More -
Assignment 2
Extend the simple chat example that we went through in class. Work on the styling, sending additional messages, or altering the user experience. Get creative! Post your code on GitHub,...
Read More