I am building a chat application for my company, and have decided to use node js with websocket (ws). In my application there are multiple department and users for each department, and when a browser (person asking question) selects a particular department, want the chat to be redirected to the same department.
I have decided to use a WAMP router, but there is no sample script which shows how to redirect each chat to the particular department a browser has selected.
Can anyone help me on the same
Cheers
Sunil