Issue
The title says it all.
I'm trying to make a video game that connects to a server hosted on heroku for file verification.
Since heroku doesn't support vinella sockets I have to use websockets. I can make a websocket server just fine with Ruby or with some big java framework but I can't find a lightweight solution for making a client socket with java.
Thanks in advance!
Solution
Jetty has WebSocket Client API
Answered By - Dongho Yoo
Answer Checked By - David Goodson (JavaFixing Volunteer)