Skip to content
/ SAEA Public
forked from yswenli/SAEA

SAEA.Socket is a high-performance IOCP framework based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等

License

Notifications You must be signed in to change notification settings

zuhuizou/SAEA

 
 

Repository files navigation

SAEA

SAEA.Socket is a high-performance IOCP framework based on.dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, single million connection high performance messaging server, ultra large file transmission, etc.
Reference components that search for saea in nuget, or enter the command Install-Package SAEA. Sockets-Version 2.1.0 directly

SAEA.Socket是一个高性能IOCP框架,基于.dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、单机百万连接高性能消息服务器、超大文件传输等

  • IOCP
  • FileTransfer
  • MVC
  • RPC
  • Websocket
  • RedisDrive

引用组件,可以在nuget中搜索saea,或者直接输入命令Install-Package SAEA.Sockets -Version 2.1.0 等方式

nuget url: https://www.nuget.org/packages?q=saea

##Detailes

Below are screenshots of various scenario test cases.

下面是各种场景测试实例截图


FileTransfer

SAEA.FileSocket

QueueTest

SAEA.QueueSocket

WebSocket

SAEA.Websocket

RedisTest

SAEA.RedisSocket

redis cluster test

SAEA.RedisSocket.Cluster

SAEA.MVC WebAPI

SAEA.MVC WebAPI

SAEA.MVC WebAPI Pressure test

SAEA.MVC

SAEA.MVC

SAEA.RPC Pressure test

SAEA.MVC RPC Pressure test

About

SAEA.Socket is a high-performance IOCP framework based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • Other 1.1%