Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theelectronwill/niol
NIO Library for lightweight networking
https://github.com/theelectronwill/niol
buffer java-nio nio nio-library scala-library server tuubes
Last synced: about 1 month ago
JSON representation
NIO Library for lightweight networking
- Host: GitHub
- URL: https://github.com/theelectronwill/niol
- Owner: TheElectronWill
- License: lgpl-3.0
- Created: 2017-10-01T15:30:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T23:49:07.000Z (about 5 years ago)
- Last Synced: 2024-10-31T11:42:49.824Z (3 months ago)
- Topics: buffer, java-nio, nio, nio-library, scala-library, server, tuubes
- Language: Scala
- Homepage:
- Size: 500 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![logo: edelweiss rouge](logo.png)
# Niol
[![Build Status](https://img.shields.io/travis/com/TheElectronWill/niol?logo=travis)](https://travis-ci.com/TheElectronWill/niol)
[![Maven Central](https://img.shields.io/maven-central/v/com.electronwill/niol_2.13?logo=apache)](https://search.maven.org/search?q=g:com.electronwill%20AND%20a:niol*)
![Scala Versions](https://img.shields.io/badge/scala%20versions-2.12%20%7C%202.13-%23C22D40?logo=scala)Niol is a NIO Library written in Scala and designed to make network programming easier.
## Runnable examples
Non-blocking TCP with Niol's `ScalableSelector`:
- [example in Scala](main/test/src/com/electronwill/niol/EchoServer.scala)
- [example in Java](main/test/src/com/electronwill/niol/JavaEchoServer.java) - yes, Niol can be used from Java as well!