Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

camallen/moz_fest_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moz_fest_stream

Classifications stream server to stream zooniverse classification events over a websocket connection.

Installation

  1. Clone this repo
  1. Install node
  • see node documentation
  1. Install websocket for node
  • npm install ws
  1. Install the static content server
  • npm install connect serve-static
  1. Install the line reader
  • npm install line-reader

Getting Started

  1. start the server
  • node stream_server.js
  1. start the client
  • node static_server.js
  1. connect to the client in your web browser

About

Classifications stream server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published