chronoxor / NetCoreServer

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
https://chronoxor.github.io/NetCoreServer
MIT License
2.76k stars 575 forks source link

project configuration issue #221

Open ITHunters opened 2 years ago

ITHunters commented 2 years ago

i need to use WebSocket secure server but i am not able to run this project please guide me.

chronoxor commented 2 years ago

Just build the NetCoreServer.sln solution in Visual Studio and run Example: WebSocket secure chat server

ITHunters commented 2 years ago

i am trying the same thing but facing an issue. Google this issue i try to add new project and use this dll in my create project but reference is not adding. i want wss server to response my client in json only. 21