Skip to content

Client-side part of Relay: a proof-of-concept ticket app for research purposes.

Notifications You must be signed in to change notification settings

AeroCross/relay-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay: Sync

Node-based live chat application that interacts with Relay: Async.

Not production ready.

Installation

  1. Clone the repository.
  2. Update the app.js file, line 50, with the correct route to your Relay: Async application.
  3. Run npm install to install all needed packages.
  4. Run node app.js to run the application.

The default port is 8080. Make sure it is open or configure it in the app.js file.

Packages used

  • Socket.io
  • Express.io
  • Gravatar

Credits

Heavily-based on the Live Chat application based on Node by Tutorialzine — modified to fit my needs. All credit goes to them. See license.

About

Client-side part of Relay: a proof-of-concept ticket app for research purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published