SDL_net icon indicating copy to clipboard operation
SDL_net copied to clipboard

Add Web Socket functionality

Open Temdog007 opened this issue 4 months ago • 0 comments

New Features

  • Basic HTTP Request parsing after accepting a new TCP connection
  • Parsing HTTP Request and potential web socket connection request
  • Generating web socket connection response after parsing HTTP Request
  • Decoding web socket frames and sending actual payloads to callback functions
  • Added functions to send data as web socket frames to client
  • Added new test that works in web browser

Temdog007 avatar Sep 10 '25 10:09 Temdog007