#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>
Building this Project
Minimum requirements for building the project
- Java SE Development Kit (JDK) 7 or higher
- maven 3.0.5 or higher
Steps for building this project
- Clone the repo:
git clone https://github.com/kaazing/netx.git
- Go to the cloned directory:
cd netx
- Build the project:
mvn clean install
Target JVM Version - Java SE 1.6
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.