SFML community forums

General => Feature requests => Topic started by: Balnian on March 16, 2017, 07:02:17 pm

Title: Websocket
Post by: Balnian on March 16, 2017, 07:02:17 pm
I think it would be nice that we add websocket to the nework module, because normaly to use a websocket in c++ you either have to include a whole network library on the side of sfml network module just for the websocket or you can do your own wrapper out of libwebsocket which doesn't look fun to do/use.

Also since websocket are based on HTTP it could be a good thing to update sfml HTTP at the same time :P ... Or we can just wrappe libwebsocket and forget about HTTP  ;D