I’m very new to the websocket,
I’m trying to make a simple websocket server with c# from scratch,
anyone have a simple sample?? that I can understand easily?
Like just send string (“hello client”) to the client side(HTML5 with JavaScript)
I’m using google chrome,
Thank you
I’m very new to the websocket, I’m trying to make a simple websocket server
Share
I would recommend you Fleck – very easy to start with and clean.