Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
WebSocket Echo Server at websocket.org
How to use the WebSocket Echo Server at websocket.org?
✍: FYIcenter.com
webSocket.org offers a nice demo Websocket server called "Echo Test".
It allows you to use a Web browser to try the WebSocket protocol.
1. Run the latest Chrome Web browser that supports WebSocket.
2. Go to the websocket.org WebSocket Echo Test page. You see the WebSocket test form.
3. Click "Connect" button. The browser sends the opening handshake request to websocket.org, which returns the opening handshake response back.
4. Enter "Hello there!" in the message box and click "Send" button. The browser sends the data to websocket.org, which echos back the same message.
5. Click "Disconnect" button. The browser sends the closing handshake request to websocket.org.
The entire communication activities are displayed in the log section as shown below:
⇒ WebSocket Protocol Applications
⇐ WebSocket Opening Handshake Messages
2018-01-24, ∼3201🔥, 0💬
Popular Posts:
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...
What Is commons-logging-1.2.jar? commons-logging-1.2.jar is the JAR file for Apache Commons Logging ...
JDK 17 java.rmi.jmod is the JMOD file for JDK 17 RMI (Remote Method Invocation) module. JDK 17 RMI m...
The JSR 105 XML Digital Signature 1.0.1 FCS implementation provides an API and implementation that a...
How to read XML document from socket connections with the socket\DelayedInput.java provided in the A...