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, ∼3263🔥, 0💬
Popular Posts:
Java Servlet 3.0 Specification API. JAR File Size and Download Location: File name: servlet-api.jar,...
What Is js.jar in Rhino JavaScript 1.7R5? js.jar in Rhino JavaScript 1.7R5 is the JAR file for Rhino...
iText is an ideal library for developers looking to enhance web- and other applications with dynamic...
What JAR files are required to run dom\Counter.java provided in the Apache Xerces package? You can f...
This package is the backport of java.util.concurrent API, introduced in Java 5.0 and further refined...