Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamatama41/nsocket

A server and client program that provides full-duplex communication channels over a single TCP connection.
https://github.com/kamatama41/nsocket

java nio

Last synced: 7 days ago
JSON representation

A server and client program that provides full-duplex communication channels over a single TCP connection.

Awesome Lists containing this project

README

        

# nsocket
A server and client program that providing full-duplex communication channels over a single TCP connection.

## Installation
```gradle
repositories {
maven { url 'http://kamatama41.github.com/maven-repository/repository' }
}

dependencies {
implementation 'com.github.kamatama41:nsocket:'
}
```

## Usage
Refer to [the test code](/src/test/java/com/github/kamatama41/nsocket/integration/IntegrationTest.java)