Skip to content

a realtime server for remote access to Seatsmart functionality

Notifications You must be signed in to change notification settings

thaddeusm/seatsmart-remote-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seatsmart Icon

Seatsmart Remote Server

This realtime server powers remote functionality within the desktop application Seatsmart.

Scope

When Internet access is available, instructors can use the Remote feature to access basic features from a mobile device. Data is encrypted during transport and this information is not stored in any cloud database.

Core Dependencies

Express JS

repo

Express JS is a "fast, unopinionated, minimalist web framework for node". The framework is used to provide helpful methods for listening for and responding to server requests.

Socket.io

repo

Socket.io powers bidirectional communication within an Express server, providing channels (or "rooms") for a Seatsmart host to communicate with their remote device.

Running on a Local Machine

to install dependencies

$ npm install

or

$ yarn

to start the server

$ npm start

or

$ yarn start

About

a realtime server for remote access to Seatsmart functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published