0

Hi all the stackoverflow people i need an websocket server and client implementation example in jAVA, i researched and not found tangible result, please help me thank you

3
  • 7
    Try google.com next time ;-) Commented Nov 24, 2011 at 13:19
  • 4
    You really need to demonstrate that you have done some work at least. Did some google searches, read some documents, played with some test code. Commented Nov 24, 2011 at 15:41
  • See stackoverflow.com/questions/43163592/… Commented Jan 23, 2019 at 12:57

3 Answers 3

7

First two results on a google search for java websocket. How did you not find these?

Sign up to request clarification or add additional context in comments.

1 Comment

I recommend the first one, at least for people which want to see something running quickly. jWebSocket server has tons of dependencies and configuration files, a lot of plugins enabled by default and you don't know what's really necessary. And after you set up everything and you get like 200 lines of debug output in the console you don't know what's about, it doesn't work. With Java-Websocket I was able to run a working example from own java file in 5 minutes.
5

Look at Atmosphere. A lot of samples and works with all existing framework.

Comments

2

If you want a simple Java I/O websocket server that supports the full message length and multiple connections check this out http://code.google.com/p/jfraggws/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.