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:
Download Java-WebSocket Implementation
How to download and install Java-WebSocket Implementation?
✍: FYIcenter.com
Java-WebSocket is a barebones WebSocket server and client implementation
written in 100% Java. The underlying classes are implemented java.nio,
which allows for a non-blocking event-driven model.
Implemented WebSocket protocol versions are: RFC 6455 and RFC 7692.
You can can download Java-WebSocket by clicking the download button below:
File name: java-websocket-1.5.4-src.zip File size: 385334 bytes Release date: 2022-07-04 Download
You can also follow these steps to download and install java-websocket-1.5.4-src.zip:
1. Go to Java-WebSocket Website.
2. Click the "Code > Download ZIP".
3. Save the downloaded file to \fyicenter\Java-WebSocket-master.zip.
4. Unzip the downloaded file. You see the Java source code files in "Java-WebSocket-master" sub-folder:
Length Date Time Name
--------- ---------- ----- ----
28850 07-04-2022 13:13 CHANGELOG.md
1082 07-04-2022 13:13 LICENSE
5920 07-04-2022 13:13 README.markdown
250629 07-04-2022 13:13 autobahn reports/clients/index.html
423037 07-04-2022 13:13 autobahn reports/servers/index.html
109880 07-04-2022 13:13 autobahn reports/servers/index.json
896 07-04-2022 13:13 build.gradle
742 07-04-2022 13:13 checkstyle-suppressions.xml
36003 07-04-2022 13:13 eclipse-java-google-style.xml
22144 07-04-2022 13:13 intellij-java-google-style.xml
15322 07-04-2022 13:13 pom.xml
299 07-04-2022 13:13 sonar-project.properties
5897 07-04-2022 13:13 src/main/example/ChatClient.java
3938 07-04-2022 13:13 src/main/example/ChatServer.java
7712 07-04-2022 13:13 src/main/java/org/java_websocket/WebSocket.java
1281 07-04-2022 13:13 src/main/java/org/java_websocket/client/package-info.java
36784 07-04-2022 13:13 src/main/java/org/java_websocket/server/WebSocketServer.java
1281 07-04-2022 13:13 src/main/java/org/java_websocket/server/package-info.java
1822 07-04-2022 13:13 src/test/java/org/java_websocket/AllTests.java
...
--------- -------
1825341 243 files
⇒ Java-WebSocket Source Code Files
⇐ Download Jakarta WebSocket Server API 2.1.0
2022-11-20, ∼1293🔥, 0💬
Popular Posts:
Jackson is "the Java JSON library" or "the best JSON parser for Java". Or simply as "JSON for Java"....
JDK 17 java.rmi.jmod is the JMOD file for JDK 17 RMI (Remote Method Invocation) module. JDK 17 RMI m...
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
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...
Java Advanced Imaging (JAI) is a Java platform extension API that provides a set of object-oriented ...