Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kamatama41/nsocket
- Owner: kamatama41
- License: mit
- Created: 2019-03-19T17:46:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:49:01.000Z (18 days ago)
- Last Synced: 2024-10-22T05:47:46.239Z (17 days ago)
- Topics: java, nio
- Language: Java
- Homepage:
- Size: 286 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)