# scala-nio **Repository Path**: rim99/scala-nio ## Basic Information - **Project Name**: scala-nio - **Description**: No description available - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-16 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scala-Nio The Scala-Nio is a high performance non-blocking network library for Scala, on both JVM and Native platform. The core functionality is inspired by Nginx `event` mechanism. The NIO service on JVM is built upon `java.nio.channels.Selector`. Features: * One event loop per thread * NIO on both JVM and *Native* (TODO) ## TODO: - Timer event - Native Platform support ## Example Please check the `Example.scala` under `nio-example-mock-http` package ## LICENSE MIT