Cris
Cris

Reputation: 12194

Chat server with user engagement in node.js

I would like to build a chat server in node.js ; i need to handle user engagement such as Fastpath plugin in Openfire so that when a request arrives it is sent to a certain operator [the first free, for example ]... is there a similar module/library for node.js? I would like to use node instead of openfire.

Upvotes: 0

Views: 607

Answers (1)

Hacknightly
Hacknightly

Reputation: 5144

I would recommend having a look at socket.io. There are plenty of examples of chat servers written in it.

Upvotes: 2

Related Questions