Search found 2 matches
- Tue Dec 24, 2024 9:51 am
- Forum: General
- Topic: Any way to use WSS (secure websockets) with sock.lua?
- Replies: 1
- Views: 409
Re: Any way to use WSS (secure websockets) with sock.lua?
I've found the below library (love-ws) - looks like it might do the job well, with the downside being I'll need to rewrite all the client and server side code. https://github.com/holywyvern/love-ws Also, looks like it needs building, which is a bit of a pain - would ideally have a library I can use ...
- Tue Dec 24, 2024 1:36 am
- Forum: General
- Topic: Any way to use WSS (secure websockets) with sock.lua?
- Replies: 1
- Views: 409
Any way to use WSS (secure websockets) with sock.lua?
I'm making a game in Love, and I've used sock.lua for the networking. This works fine when the game is running on Windows or Android, but as soon as I host the game on my website using love.js, the networking no longer works since the game is served through a HTTPS website, which blocks any non-secu...