Classifications stream server to stream zooniverse classification events over a websocket connection.
- Clone this repo
- Install node
- see node documentation
- Install websocket for node
- npm install ws
- Install the static content server
- npm install connect serve-static
- Install the line reader
- npm install line-reader
- start the server
- node stream_server.js
- start the client
- node static_server.js
- connect to the client in your web browser