WebSocket4J

Server side WebSocket protocol implementation in Java
Download

WebSocket4J Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL v3
  • Publisher Name:
  • Marek Aaron Sapota
  • Publisher web site:
  • https://launchpad.net/~maarons

WebSocket4J Tags


WebSocket4J Description

Server side WebSocket protocol implementation in Java WebSocket4J is a WebSocket protocol (http://www.whatwg.org/specs/web-socket-protocol/) implementation in Java.WebSocket4J allows you to build web applications that interact with applications running in a JVM. WebSocket4J currently doesn't implement the client side of the protocol, so it can't be used to connect to WebSocket servers. Requirements: · Java 2 Standard Edition Runtime Environment What's New in This Release: · WebSocket4J is now part of the GNU project (http://gnu.org). · License changed from GNU LGPLv3+ to GNU GPLv2 (or later) with linking exception (same license that is used by GNU Classpath project). · New build system. GNU WebSocket4J now uses GNU Autoconf and GNU Automake, and can be installed by standard './configure && make && make install'. Additionally it can be installed in platform specific way for RPM and DEB based distributions. · Documentation includes GNU WebSocket Reference Manual along JavaDoc. · Sent and received messages are forced to use UTF-8 encoding, so it should work properly on platforms that have different default string encoding. · Fixed bug when client didn't want to accept server's perfectly fine Status-line (fixes several compatibility issues with other WebSocket implementations).


WebSocket4J Related Software