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, ∼1271🔥, 0💬
Popular Posts:
JSP(tm) Standard Tag Library 1.0 implementation - Jakarta Taglibs hosts the Standard Taglib 1.0, an ...
What Is log4j-1.2.13.jar? I got the JAR file from logging-log4j-1.2.13.zip .log4j-1.2.13.jar is the ...
JRE 8 deploy.jar is the JAR file for JRE 8 Java Control Panel and other deploy tools. JRE (Java Runt...
Apache Log4j Core Implementation provides the functional components of the logging system. Users are...
What Is jaxb-api-2.1.6.jar? Java Architecture for XML Binding (JAXB) is a Java API that allows Java ...