love.js icon indicating copy to clipboard operation
love.js copied to clipboard

HTTP + Websockets

Open MatthewBlanchard opened this issue 2 years ago • 1 comments

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?

MatthewBlanchard avatar Dec 30 '23 09:12 MatthewBlanchard

Here's an example of read/write clipboard using MrcSnm/Love.js-Api-Player: https://github.com/26F-Studio/Techmino/blob/ci-test-jsapi/Zframework/clipboard_thread.lua

ParticleG avatar Nov 02 '24 17:11 ParticleG