The Informant and Cards Against Humanity games are online multiplayer applications using Node.js and socket.io.
Clone and get dependencies:
$ git clone https://github.com/demarna1/Informant.git
$ cd Informant
$ npm install
Start the server with:
$ node server.js
The server will be started at http://localhost:3000
.