I need to create a websocket server on android to port my windows application that use html5 as gui and exchange data through websocket. I've see jWebSocket but i can't understand if it will work also like a server on android? Do you know other product? Where i can find a guide on implementing websocket server in java?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can try to do it with phonegap: https://github.com/anismiles/websocket-android-phonegap |
|||
|
|
|
In my research so far this seems to be the most up to date solution towards implementing websockets natively in android.... as well as... https://github.com/codebutler/android-websockets https://github.com/TooTallNate/Java-WebSocket |
||||
|
|
|
TooTallNate Java WebSocket is the best for an Android websocket server. I'm using it for my project and it works very good. Try it! |
|||
|
|