jacking75
-
- 8,706 total downloads
- last updated 5/8/2025
- Latest version: 0.20.1
SuperSocket 1.16버전을 토대로 .NET Core로 포팅한 것. 불 필요한 기능은 제거 -
- 358 total downloads
- last updated 8/21/2026
- Latest version: 0.22.0
Async TCP/UDP socket server library for .NET 10 (Windows/Linux), built for real-time multiplayer game servers. Pipelines-based receive, Channel-based send, zero-copy by default. -
- 263 total downloads
- last updated 9/4/2026
- Latest version: 0.11.0
Lock-free actor-style job dispatcher for .NET game servers. Each object owns its job queue, so work on the same object is serialized without locks, while different objects run fully in parallel. Dedicated OS... More information -
-
- 230 total downloads
- last updated 9/4/2026
- Latest version: 0.11.0
dotnet new templates for JobDispatcherNET. Includes 'jobdispatcher-server', a minimal but production-shaped actor server: worker pool, bounded actor queues, timers, metrics and a graceful shutdown. -
-
- 228 total downloads
- last updated 9/4/2026
- Latest version: 0.11.0
Microsoft.Extensions.Logging adapter for JobDispatcherNET. Routes the library's IJobLogger output into any ILogger pipeline (Serilog, NLog, console, ...) so the core package can stay dependency-free. -
- 197 total downloads
- last updated 9/4/2026
- Latest version: 0.11.0
Generic Host integration for JobDispatcherNET. One AddJobDispatcher call registers the JobSystem and its worker pool, routes library logging into ILogger, starts the workers as an IHostedService, drains... More information -
-
- 149 total downloads
- last updated 8/21/2026
- Latest version: 0.22.0
dotnet new templates for SuperSocketLite2 game servers. Scaffolds a runnable TCP server with a length-prefixed packet protocol, handler dispatch, and — this is the point — the AI-agent guidance (AGENTS.md,... More information -
-
KcpCSharpR1
by: jacking75- 130 total downloads
- last updated 8/25/2026
- Latest version: 0.10.0
KCP(신뢰성 UDP ARQ 프로토콜) C# 코어 구현. 외부 의존성 0. -
DisruptorCS
by: jacking75- 120 total downloads
- last updated 8/27/2026
- Latest version: 0.10.0
LMAX Disruptor for C#, with a game-server layer: sharding, fixed-tick integration, and deterministic journal/replay. -
- 112 total downloads
- last updated 8/25/2026
- Latest version: 0.10.0
KcpCSharpR1 전송 계층: 소켓 I/O, 세션 수명(핸드셰이크/keepalive/종료), 프레이밍. -
- 102 total downloads
- last updated 8/27/2026
- Latest version: 0.10.0
Microsoft.Extensions integration for DisruptorCS: DI registration, Generic Host lifecycle, and health checks.