Skip to content

Containing 2 apps : Client and Admin. The client receives socket pushes of different type of notifications. The admin app broadasts these notifications,

Notifications You must be signed in to change notification settings

LorenGr/Notifier

Repository files navigation

Notifier

The notifier app is a prototype that consists of 3 Components

The Notifier Client

This SPA listens to a socket connection and receives updates when new games, events and messages are broadcasted by the administrator.

The Admin App

The administration application can broadcast to all those who are using the Notifier Client.

Note : The Demo starts with an empty list of games. You can broadcast new games from the administrator.

Server API

This is responsible for creating webSocket connections and keeping track of all active users at a given time.

Running locally

npm start-dev

This will run an Express server and serve the Notifier and Admin apps.

npm test

This will execute the test suites with jets.

About

Containing 2 apps : Client and Admin. The client receives socket pushes of different type of notifications. The admin app broadasts these notifications,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published