Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 732 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 732 Bytes

socket.io

Realtime application framework (Java Spring server)

Download

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.

socket.io-webssh

License

See License File.