jsf - Is it possible to integrate Node.js in a java web application for some functionalities like for chat functionalities? -


i want integrate node.js chat application using socket.io framework jsf web application running on jboss server. can please give sugessions how it.

have 2 servers running on same domain on different ports, node.js on 8888 , jboss on 8080. in html page on jboss, have regular hyperlink pointing chat server on yourservername:8888/chaturl, , on chat exit, return jboss app.

or use frame if need embed chat app page in jboss. rather not frames.


Comments