Skip to content

Display live emoji reactions from meeting attendees!

Notifications You must be signed in to change notification settings

flakeparadigm/livereact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live React

This is the home of Live React, a Learnosity Hackday project.

Live React is a web client-server system for communicating live "reactions" from many distributed clients to one (or more) viewer/presenter clients.

Basics

Running the Presenter Client

$ cd ~/path/to/repo
$ npm install --prefix desktop
$ npm start --prefix desktop

Running the Server/Attendee Client

$ cd ~/path/to/repo
$ npm install --prefix server
$ npm start --prefix server