Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for java nio
java
x
nio
x
177 search results found
Vert.x
⭐
13,923
Vert.x is a tool-kit for building reactive applications on the JVM
Androidasync
⭐
7,308
Asynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
Solon
⭐
1,995
🔥 New Java application development framework: FASTER, SMALLER, SIMPLER!! Startup is 5-10 times faster. 2 ~ 3 times higher qps; Runtime memory saving 1/3 ~ 1/2; Packs can be shrunk to 1/2 to 1/10
Minestom
⭐
1,974
1.19.3 Lightweight Minecraft server
Nettychat
⭐
1,671
基于Netty+TCP+Protobuf实现的Android IM库,包含Protobuf序列化、TCP拆包与粘包、长连接握手认证、心跳机制、断线重连机制、消息重
Jupiter
⭐
1,406
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
Face2face
⭐
1,353
基于netty的异步非阻塞实时聊天(IM)服务器。
Java Game Server
⭐
1,140
Jetserver 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.
Activemq Artemis
⭐
903
Mirror of Apache ActiveMQ Artemis
Xmemcached
⭐
744
High performance, easy to use multithreaded memcached client in java.
Jforgame
⭐
694
jforgame是一个一站式游戏服务器开发框架。包含游戏服,跨服,匹配服,后台管理系统等模块。同时提
Java Nio Server
⭐
687
A Java NIO Server using non-blocking IO all the way through.
Cookbook
⭐
686
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。?/a>
One Nio
⭐
617
Unconventional I/O library for Java
Concurrent Programming
⭐
519
🌵《实战java高并发程序设计》源码整理
Chat
⭐
439
Java NIO+多线程实现聊天室
Simviso Source Code Interpretation Sharing
⭐
411
simviso 的一系列源码解读分享视频,涉及国外顶级学府课程翻译、国外顶级开发者视频翻译,JDK, Rxjava,Spring Reactor, Netty ,Reactor-Netty ,Spring Webflux 我的目标是将Java的响应式建立起一套学习体系,假如你想深入,可以参考我的视频和后续出版的书籍,同时
Happychat
⭐
389
基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天
Anyshareofandroid
⭐
324
西瓜快传 仿照市场上的茄子快传 或者 360文件传输 在局域网内,如果没有局域网,接收方建立热点,发送发接入热点,进行文件(发送方的app、音视频、图片等
Firenio
⭐
320
🐳🐳An easy of use io framework project based on java nio&epoll
Codeeggdailyinterview
⭐
316
码个蛋每日面试题
Coding Guide_i3geek
⭐
294
一名JAVA程序员,将自己的编程学习之路做以总结并进行分享。内容包括但不限于数据结构、算法、数据库、
Voovan
⭐
265
Voovan是高性能异步通信、HTTP服务器和客户端通信、动态编译支持、数据库操作帮助类等工具的框架 如果项目觉得不错, 请点一下 star, 谢谢
Nettydemo
⭐
256
Netty应用到Android,包含客户端、服务端(断线重连、心跳、黏包处理)
Netty Practical Tutorial
⭐
255
Netty from introduction to practice(Netty从入门到实战:手写HTTP Server+RPC框架)
Styx
⭐
248
Programmable, asynchronous, event-based reverse proxy for JVM.
Httpproxy
⭐
242
http代理,支持CONNECT和普通GET/POST,支持http2;可防止主动嗅探;可作为小火箭
Brpc
⭐
227
✈A high-performance RPC based on Java & Netty.
Grizzly
⭐
209
Writing 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.
Avatarmq
⭐
184
AvatarMQ is a distributed message queue system based on Netty (Java-NIO framework).
Mineserver
⭐
182
🚗 http server implementation for java native nio api
Rpc Fromscratch
⭐
178
🌈 从零开始设计一个轻量级分布式 RPC 框架,基于 Spring + Netty + Protostuff + Zookeeper
Simplenet
⭐
156
An easy-to-use, event-driven, asynchronous, network application framework compiled with Java 11.
Fdt
⭐
149
FDT 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.
Java Concurrent Programming
⭐
124
📓 《实战Java 高并发程序设计》笔记和源码整理
Springboot Cli
⭐
111
Springboot、SpringCloud各种常用框架使用案例,完善的文档,致力于让开发者快速搭建
Tenio
⭐
102
TenIO is an open-source project for making online games that includes a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games and simple existing game clients for rapid development: Libgdx (Java), Cocos2d-x (C++), Unity (C#), Phaserjs (Javascript).
Magician
⭐
100
Magician is a small HTTP service package based on Netty that makes it very easy to start an http service, and also supports WebSocket, using annotated configuration Handler, If you want to develop an http service with netty but find it cumbersome, then Magician may help you.
Javainterview
⭐
96
JVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activit
Jsch Nio
⭐
93
Java nio FileSystem implementation over SSH
Javatutorial
⭐
93
Java教程:基础、中级、高级;常用的工具和Servlet容器使用说明。
Bat Java
⭐
85
Java课堂笔记、代码、java核心知识点梳理、java笔试面试资料
Sslengine.example
⭐
85
Implementation of a Java server and client using JSSE SSLEngine.
Springboot_im
⭐
85
使用springboot + nettysocketio开发的一个简易卡牌游戏。主要想了解游戏服务端开发流程,基本逻辑等相关知识和
Simplewebserver
⭐
74
SimpleWebServer 是一款使用Java基于NIO编写的超轻量级开源Web Application Server
Goodutils
⭐
74
good utils methods
Cshbbrain
⭐
68
CshBBrain
Gd Rpc
⭐
67
goudai-rpc encapsulated using java the basic fundamental, minimize dependence, simple is the core idea
Securewebsockets
⭐
66
Add SSL support to the Autobahn WebSocket library
Demo
⭐
62
java生产项目常用的demo
Anetty
⭐
61
✉️ ANetty 是基于Netty二次封装的Android链路通讯库,用以快速开发高性能,高可靠性的网络交互。在保证易
Java Storage Nio
⭐
59
Jaudiotagger Android
⭐
59
Jaudiotagger library for Android.
Rocketmq All 4.1.0 Incubating
⭐
56
基于rocketmq-all-4.1.0-incubating加详细中文代码注释 。 微信公众号:匠心零度【关注获取更多精彩历史】
Imapnio
⭐
56
Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
S3fs Nio
⭐
55
A Java (NIO2) FileSystem Provider for Amazon AWS S3.
Monix Nio
⭐
50
Java NIO utilities for usage with Monix
Jppf
⭐
49
The open source grid computing solution
Io Recurse Tests
⭐
48
Create some benchmarking tests for variations of recursively listing all I/O files.
Netty Learning
⭐
47
bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,
Hellod
⭐
45
HTTP performance testing
Kotlinx Sockets
⭐
45
Kotlinx coroutines sockets
Snrpc
⭐
44
a simple netty RPC framework。 use protostuff-1.07 for serializer,use netty-3.2.1 for nio.
Highlander
⭐
44
soft landing for high speed data
Yuzhouwan
⭐
42
Code Library for My Blog
Dourpc
⭐
39
Netcrusher Java
⭐
38
NetCrusher is a TCP/UDP proxy that allows to test services for failover
Java Base
⭐
37
java-agent、jvm-access、jvm-classloader、jUnitPerf、Ja
Interview Resources Zhcn
⭐
37
技术资源,整理自用
Java
⭐
35
尚硅谷java 2019练习
Universal Binary Json Java
⭐
32
Universal Binary JSON Java Library
Disq
⭐
31
A library for manipulating bioinformatics sequencing formats in Apache Spark
Arvo2parquet
⭐
30
Example program that writes Parquet formatted data to plain files (i.e., not Hadoop hdfs); Parquet is a columnar storage format.
Netty Rpc
⭐
29
使用netty实现rpc框架,参考https://my.oschina.net/huangyong/
Grizzly Ahc
⭐
28
The Grizzly Async Http Client (GAHC) library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses
Snf4j
⭐
28
Simple Network Framework for Java - an asynchronous event-driven network application framework for quick and easy development of network applications.
Oncrpc4j
⭐
28
Pure Java implementation of ONCRPC/SUNRPC
Naga
⭐
27
Simplified Java NIO asynchronous sockets
Githubfs
⭐
27
Java Nio FileSystem for accessing github
Jerrymouse
⭐
26
(WIP) A scalable java servlet container base on reactor
Cheshuo
⭐
24
🎃A lightweight game server framework. Based on Springboot and Netty. Using ProtoBuf as communication between client and server.
Java Course
⭐
23
Jaas_and_kerberos
⭐
23
Example code: using JAAS (Java Authentication and Authorization Service) and Kerberos
Netty In Action Cn
⭐
22
Rhinode
⭐
22
Javascript wrapper of Java's NIO with a node.js-like API.
Java I O Nio Nio.2
⭐
22
Source code for 'Java I/O, NIO and NIO.2' by JEFF FRIESEN
Fuse Nio Adapter
⭐
22
FUSE-based adapter to provide directory contents specified by a java.nio.file.Path
Llrp4j
⭐
21
LLRP protocol and networking for Java
Java Learn Document
⭐
21
Java学习文档,千锋教育出品.Java Document,free,easy to learn
Drasyl
⭐
21
drasyl is a high-performance framework for rapid development of distributed applications
Javaknowledge
⭐
21
JAVA知识图谱:JVM、JMM、JUC、NIO、Netty、IOC、AOP、Java8、多线程、M
Sample Java Nio Server
⭐
20
small async server in java, written mostly so that I have a handy, annotated reference the next time I have to do something like this
Asyncsocket
⭐
20
Asynchronous socket (client+server) continues communications
Modulefs
⭐
19
A file system implementation to access the contents of Java modules in a unified way.
Raw Nio
⭐
18
raw nio practice(Event Loop, Load Balancer, HTTP/1.1 Server)
Javabooks
⭐
18
Heisenberg
⭐
17
powerful distributed mysql middleware
Waterwave
⭐
17
Dokany Nio Adapter
⭐
16
Dokany-based adapter to provide directory contents specified by a java.nio.file.Path (via dokan-java)
Java Websocket Client
⭐
15
Websocket client classes for Java (primarily targeting Android)
Related Searches
Java Spring (21,350)
Java Spring Boot (11,982)
Java Gradle (8,086)
Java Video Game (7,883)
Java Docker (6,071)
Java Database (6,015)
Java Sdk (5,864)
Javascript Java (5,468)
Java Rest (5,037)
Java Mysql (4,593)
1-100 of 177 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2025 Awesome Open Source. All rights reserved.