Websocket examples

Practical work which uses websocket (socket.io) to make real time web apps.

Author

Programs

Spot santa's house

Websocket app which determines Santa's house location with random values.

Online Demo

Usage

cd santa
npm install
npm run start

Make me a joke

Conversational Agent which uses websocket and RiveScript to deliver random jokes.

Online Demo

Usage

cd conversational
npm install
npm run start