Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 c# 实现的 asp.net web api 应用程序。我正在使用一个运行良好的 ApiController。
控制器处理一个 JSON 对象(包装在 HTML 中)。
我知道想要实现完全相同的逻辑,但请求不会是 JSON 包装的 HTML 请求,而是 JSON 数据的原始 tcp 套接字请求。
实现此功能的最佳方法是什么?
我决定使用 Microsoft 的异步套接字服务器示例。我主要关心的是可扩展性,但是当我到达它时我会跨越那座桥。
https://docs.microsoft.com/en-us/dotnet/framework/network-programming/using-an-asynchronous-server-socket