NabismoPrime on Nostr: not subdomians, like this https://yoursite.com/ -> service 1 ...
not subdomians, like this
https://yoursite.com/ -> service 1
https://yoursite.com/orders -> service 2
In my example I route regular relay requests to a websocket handler docker swarm service which handles application level proxying and branches off into several other services, the other endpoint is a regular https endpoint for relay administration. They both have different paths like below but from the same domain
wss://relay.nostpy.lol/
https://relay.nostpy.lol/nip86
https://yoursite.com/ -> service 1
https://yoursite.com/orders -> service 2
In my example I route regular relay requests to a websocket handler docker swarm service which handles application level proxying and branches off into several other services, the other endpoint is a regular https endpoint for relay administration. They both have different paths like below but from the same domain
wss://relay.nostpy.lol/
https://relay.nostpy.lol/nip86