netx contains Java-based implementations and extensions for TCP, HTTP, and WebSocket protocols:
Using the following maven dependency, developers can include netx.ws to develop and run web applications:
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>netx</artifactId>
<version>[0.1,1.0)</version>
</dependency>
git clone https://github.com/kaazing/netx.git
cd netx
mvn clean install
netx is compiled using -target=1.6
in order that the generated classes can be used to develop both desktop and
mobile (Android) apps using the same jars.