fanliang11 / surging

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
MIT License
3.24k stars 923 forks source link

请问Surging 中使用的 WebSocketCore 的源码是这个地址吗 #412

Open karqical2016 opened 3 years ago

karqical2016 commented 3 years ago

请问Surging 中使用的 WebSocketCore 的源码是这个地址吗 https://github.com/dotnetkits/WebSocketCore

fanliang11 commented 3 years ago

是这个websocket-sharp,2018年之前没有.net core 版本,把它移植过来的