Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
605 stars 27 forks source link

HTTP + Websockets #85

Open MatthewBlanchard opened 8 months ago

MatthewBlanchard commented 8 months ago

Sockets can't be included for a variety of reasons, but JS environments are able to make HTTP requests and open websockets. I'd like to at least hack an API for this in if I can. Any pointers on where to start?