Download List

Project Description

GNU WebSocket4J is a WebSocket protocol implementation in Java. It allows you to build Web applications that interact with applications running in a JVM. GNU WebSocket4J implements both the server and client side of the protocol, so it can be used to build both WebSocket servers and clients.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-25 04:55
1.3

WebSocket4J is now part of the GNU project. The license has changed from the GNU LGPLv3+ to the GNU GPLv2 (or later) with linking exception (the same license that is used by the GNU Classpath project). This release uses the GNU Build System and can be installed with the standard './configure && make && make install'. Several minor bugs were fixed.

2010-08-05 07:38
1.2

New features include implementation of the client side of the protocol, the ability to get a requested URI from an accepted socket, and several bugfixes. This release also includes an HTML5 example echo client.

2010-08-01 20:38
1.1

A crash that occurred when a client sent cookies in a handshake was fixed.

Project Resources