Skip to content

Simple node application to handle client queues in a front desk with socket.io

Notifications You must be signed in to change notification settings

frandieguez/node-socket-queues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple node application to handle client queues in a frond desk backed by express + JWT + MongoDB

This projects its just an example of creating a node.js application using socket.io

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

In order to get an development environment you need to install nodejs and npm in your system.

sudo apt install nodejs npm

Installing

So after fulfill these requirements you just need to issue the next commands:

cp .env.example .env
vim .env # edit your parameters
npm install
npm start

Then you will be able to get information from http://localhost:3000

Running the tests

npm test

Built With

  • [Socket.io(https://socket.io)] - Socket.IO enables real-time, bidirectional and event-based communication.
  • NodeJS - Language and VM
  • Express - Node.js Express framework

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

Simple node application to handle client queues in a front desk with socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published