Skip to content

A simple Node.JS notification system that uses Socket.IO for real-time notifications. This also has a basic queueing system in place to display notifications one at a time.

Notifications You must be signed in to change notification settings

kibria4/notification-system-with-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-notification-system

A simple Node.JS notification system that uses Socket.IO for real-time notifications. This also has a basic queueing system in place to display notifications one at a time.

  • Download the code.

  • Run npm install to install dependencies.

  • In Server.js, update the MySQL connection details

  • In Server.js, update the basic auth user and pass

  • Import SQL file in to your MySQL database

  • In terminal, run 'npm start'

  • Visit http://localhost:3000 to view the notification output

  • Visit http://localhost:3000/add to add a notification

About

A simple Node.JS notification system that uses Socket.IO for real-time notifications. This also has a basic queueing system in place to display notifications one at a time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published