Jar examples for w:websocket
A barebones WebSocket server and client implementation written in 100% Java, originally developed by Nathan Rajlich (nathan@tootallnate.net).
You can download jar file websocket 0.1 in this page.
Dual license consisting of the CDDL v1.1 and GPL v2
You can use the following script to add websocket-0.1.jar to your project.
<dependency> <groupId>cn.dreampie</groupId> <artifactId>websocket</artifactId> <version>0.1</version> </dependency>
compile group: 'cn.dreampie', name: 'websocket', version: '0.1'
libraryDependencies += "cn.dreampie" % "websocket" % "0.1"
<dependency org="cn.dreampie" name="websocket" rev="0.1"/>
@Grapes(@Grab(group='cn.dreampie', module='websocket', version='0.1'))
'cn.dreampie:websocket:jar:0.1'
Click the following link to download the jar file.
websocket-0.1-javadoc.jar