KarthikElumalai / ETokenSln

E-Token is an online queue management system which reduces waiting time on queue, by providing live update about queue status in electronic gadgets.
https://docs.google.com/document/d/17VGdqFPdmcJriHd8aXy-ymutrQ4LejnVDnfiH8N8hms/edit
10 stars 6 forks source link

Push Notification and Chatting functionalities using Socket.IO #26

Open KarthikElumalai opened 5 years ago

KarthikElumalai commented 5 years ago

Hi Team,

I have created this task to keep track of the data, required to implement the functionalities like chatting, Push Notification, two way communication etc. to our E-Token site.

Even though it is not important at this stage, but it’s certainly required as project grows.

Because In our project, whenever the new token is generated or next token is called, the users should be notified (if they selected the notification) and that will help them a lot.

To achieve that, we need a concept called socket .IO.

What is socket.IO?

Socket.IO is a library that enables real-time, bidirectional and event-based communication between the browser and the server.

Source Official: https://socket.io/docs/

Other Useful Link:

https://www.youtube.com/watch?v=vQjiN8Qgs3c&list=PL4cUxeGkcC9i4V-_ZVwLmOusj8YAUhj_9

Will update this task, as we analyse more on this topic.

Kindly let me know your thoughts or feedbacks

Thanks Karthik