Download Java-WebSocket Implementation

Q

How to download and install Java-WebSocket Implementation?

✍: FYIcenter.com

A

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

Downloading and Reviewing WebSocket.jar

⇑⇑ FAQ for WebSocket API

2022-11-20, 584🔥, 0💬