#netx
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>
- Java SE Development Kit (JDK) 7 or higher
- maven 3.0.5 or higher
- Clone the repo:
git clone https://github.com/kaazing/netx.git
- Go to the cloned directory:
cd netx
- Build the project:
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.