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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T23:49:07.000Z (over 5 years ago)
- Last Synced: 2025-02-18T19:51:41.702Z (5 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

# Niol
[](https://travis-ci.com/TheElectronWill/niol)
[](https://search.maven.org/search?q=g:com.electronwill%20AND%20a:niol*)
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!