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, 2822🔥, 0💬
Popular Posts:
Apache Log4j IOStreams is a Log4j API extension that provides numerous classes from java.io that can...
How to show the XML parsing flow with sax\DocumentTracer.java provided in the Apache Xerces package?...
Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. Both...
What Is poi-5.2.3.jar? poi-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an...
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool, which can be invoked by the "jav...