statianzo / Fleck

C# Websocket Implementation
MIT License
2.28k stars 583 forks source link

sane method of starting a websocket server #237

Open monoclex opened 6 years ago

monoclex commented 6 years ago

passing in a string is fairly clunky, especially when you internally use IP stuff.

why not just have a constructor for it by default instead of parsing the string?