Java how to deploy socket server web application? -


i wrote application front end in js , end in java. supposed socket application. in js use standard socket javascript client. in java use classes packages javax.websocket, essential class has annotation @serverendpoint("/server"). deployed app on openshift , client working. when try connect server(url looks ws://address.of.my.page.on.cloud/server) console alert in firefox connection socket server not done. guess maybe openshift isn't suppose handle sockets not find servers provide such possibility free. there out there? or maybe doing wrong?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -