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, ∼3123🔥, 0💬
Popular Posts:
Java Cryptography Extension 1.2.2 JAR File Size and Download Location: File name: jce.jar, jce-1.2.2...
JavaMail Source Code Files are provided in the source package file, httpcomponents-client-5. 2-src.zi...
How to download and install iText7-Core-7.1.4.zip? iText7-Core-7.1.4.zip is the binary package of iT...
JDK 11 jdk.jshell.jmod is the JMOD file for JDK 11 JShell tool, which can be invoked by the "jshell"...
The JDT project provides the tool plug-ins that implement a Java IDE supporting the development of a...