Skip to content

Latest commit

 

History

History
 
 

swim.io.ws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

swim-io-ws

package documentation chat

swim-io-ws implements a WebSocket modem for concurrently transporting explicitly flow-controlled WebSocket streams over a network without blocking or intermediate buffering, and swim-io-http requesters and responders for upgrading HTTP client and server modems to WebSocket modems. swim-io-ws is part of the Swim Core framework.

Usage

Add the swim-io-ws library to your project's dependencies.

Gradle

compile group: 'org.swimos', name: 'swim-io-ws', version: '3.10.0'

Maven

<dependency>
  <groupId>org.swimos</groupId>
  <artifactId>swim-io-ws</artifactId>
  <version>3.10.0</version>
</dependency>