Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
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 (309)
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, 2644🔥, 0💬
Popular Posts:
What Is fop.jar? I got it from the fop-2.7-bin.zip. fop.jar in fop-2.7-bin.zip is the JAR file for F...
JDK 11 java.rmi.jmod is the JMOD file for JDK 11 RMI (Remote Method Invocation) module. JDK 11 RMI m...
Apache Avalon began in 1999 as the Java Apache Server Framework and in late 2002 separated from the ...
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries. JRE (Java Runtime) 8 is the runtime e...
What Is HttpComponents httpclient-4.2.2.jar? HttpComponents httpclient-4.2.2.jar is the JAR file for...