-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Server websocket over wss #106
Comments
Nice work with the RTR-OBSERVER 👍😊 Regarding WSS, I have considered this, but not prioritized it yet. 🙂 |
@flemming-n-larsen no rush, I'm just glad you considered my request for implementation. |
@SirStone |
Great! Now I'm curious about the changes on the GUI :)
Il Dom 20 Ott 2024, 11:38 Flemming N. Larsen ***@***.***> ha
scritto:
… @SirStone <https://github.com/SirStone>
With release 0.26.0
<https://github.com/robocode-dev/tank-royale/releases/tag/v0.26.0>,
remote servers are now supported. Lots of work has been put into this
release (mostly on the GUI side) to support both remote and local servers,
and it is a much better foundation for incorporation WSS in a coming
release.
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ7Z3HN3PRMD2Y774ZIATTZ4N2ZLAVCNFSM6AAAAABN5L6EZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRUG44DAOJRGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've developed a web app called RTR-OBSERVER that can be installed as a Progressive Web App (PWA) and used offline on smartphones.
When running it locally via HTTP, it works well. However, for real-world deployment, HTTPS is required to make the PWA work. This also means that the WebSocket connections need to use a secure connection (wss://).
@flemming-n-larsen, have you ever considered this issue?
The text was updated successfully, but these errors were encountered: