01-14-2023, 03:57 AM
(This post was last modified: 01-14-2023, 04:11 AM by jleger2023.
Edit Reason: added details
)
The next issue I'm working on is that a WebSocket opened to my IP from javascript in an HTML page doesn't show up as a connection in the QB64 program. What I'm trying to achieve is a lightweight Nostr protocol node/server written in QB64.
[added]It works fine when I use wss://localhost or wss://127.0.0.1 but when I use wss://[my public ip] it fails. I have port 443 open in and out in the firewall.[/added]
[added]It works fine when I use wss://localhost or wss://127.0.0.1 but when I use wss://[my public ip] it fails. I have port 443 open in and out in the firewall.[/added]