388 skills found · Page 1 of 13
koush / AndroidAsyncAsynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
kilim / KilimLightweight threads for Java, with message passing, nio, http and scheduling support.
MyCATApache / Mycat2MySQL Proxy using Java NIO based on Sharding SQL,Calcite ,simple and fast
menacher / Java Game ServerJetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols.
jjenkov / Java Nio ServerA Java NIO Server using non-blocking IO all the way through.
songxinjianqwe / ChatJava NIO+多线程实现聊天室
niochat / Nio💬 Nio is an upcoming matrix client for iOS.
yandextaxitech / BinaryprefsRapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (between processes). Written from scratch.
OpenHFT / Chronicle BytesChronicle Bytes has a similar purpose to Java NIO's ByteBuffer with many extensions
http4s / BlazeBlazing fast NIO microframework and Http Parser
FireNio / Firenio🐳🐳An easy of use io framework project based on java nio&epoll
anismiles / Websocket Android PhonegapThis is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for efficient non-blocking evented behavior. It easily gets integrated with Phonegap framework.
faucamp / SimpleRtmpSimpleRtmp is a simple Java library for implementing RTMP clients, with no external dependencies or NIO
givip / TelegrammerTelegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
apple / Swift Nio Examplesexamples of how to use swift-nio
vapor / Http🚀 Non-blocking, event-driven HTTP built on Swift NIO.
swift-server-community / Mqtt NioA Swift NIO MQTT v3.1.1 and v5.0 Client
duoan / Mini RpcSpring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持
javaee / GrizzlyWriting scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
fast-data-transfer / FdtFDT is an Application for Efficient Data Transfers which is capable of reading and writing at disk speed over wide area networks (with standard TCP). It is written in Java, runs an all major platforms and it is easy to use. FDT is based on an asynchronous, flexible multithreaded system and is using the capabilities of the Java NIO libraries.