All Projects → sandinosaso → Nodejs Chat With Rabbitmq

sandinosaso / Nodejs Chat With Rabbitmq

Licence: gpl-2.0
An improved version of node.js chat example, with tab notifications and integration with rabbitmq

Programming Languages

javascript
184084 projects - #8 most used programming language

nodejs-chat-with-rabbitmq

An improved version of node.js chat example, with tab notifications and integration with rabbitmq

I improved basic node.js chat example, to let consume from rabbitmq queue, everytime you push a message to the queue it is showed in the chat room, this could be used for integration the chat with another languages where you can put a message to the RabbitMQ queue and that way your message is sent to the chat room or as an admin function to send push messages to every user about notifications of changes or terms of use.

I also improve the message in the chat so when new message arrive and you are not looking at the chat tab you get notified as Gmail does. In the tab title it says Chat(0) or Chat(1) or Chat(2), that indicates the messages you have not yet read

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].