Realtime application framework (Java Spring server)
Download the latest JAR or grab via Maven:
<dependency>
<groupId>com.airlenet.websocket</groupId>
<artifactId>socket.io-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
or Gradle:
compile 'com.airlenet.websocket:socket.io-spring-boot-starter:1.0.0'
Snapshots of the development version are available in Sonatype's snapshots
repository.
See License File.