【专业版】这是一个适用于AspNetCore的、轻量级的、支持插件的综合网络通信库。基础通信功能包含Tcp、Udp、Ssl、Rpc、Http等。其中http服务器支持WebSocket、静态网页、XmlRpc、WebApi、JsonRpc等扩展插件。和自定义协议的TouchRpc,支持Ssl加密、异步调用、权限管理、错误状态返回、服务回调、分布式调用等。在空载函数执行时,10万次调用仅3.8秒,在不返回状态时,仅0.9秒。 【Enterprise】AspNetCore - AspNetCore is a lightweight, plug-in - enabled comprehensive network communication library. Basic communication functions include Tcp, Udp, Ssl, Rpc, and Http. HTTP server supports WebSocket, static web page, XmlRpc, WebApi, JsonRpc and other extension plug-ins. And custom protocol TouchRpc, support Ssl encryption, asynchronous call, permission management, error status return, service callback, distributed call, etc. It takes 3.8 seconds for 100,000 calls when the no-load function is executing, and 0.9 seconds when the state is not returned. 说明文档:https://touchsocket.net//
$ dotnet add package TouchSocketPro.AspNetCoreTouchSocketPro.AspNetCore 是适用于 AspNetCore 的轻量级、支持插件的综合网络通信库,属于企业版。它具备丰富的基础通信功能,涵盖 Tcp、Udp、Ssl、Rpc、Http 等,并且 Http 服务器支持多种扩展插件,如 WebSocket、静态网页、XmlRpc、WebApi、JsonRpc 等,还包含自定义协议的 TouchRpc,支持 Ssl 加密、异步调用、权限管理等高级特性。
详细的说明文档请访问:https://touchsocket.net/
如果你在使用过程中遇到问题或有任何建议,欢迎提交 issue 或参与项目贡献。