You are not logged in.
Pages: 1
Has anyone successfully used the websockets portion of mORMot 2 to successfully connect to an Azure Relay Hybrid Connection as a listener? Specifically, I am looking for example code that listens for and responds to HTTP requests through the Azure Relay.
Thank you!
Offline
I never used it, but I guess a mORMot websockets server or client could work just as usual over Azure Relay, since it is told to support HTTP and WebSockets and the mORMot server or client is a regular HTTP/WebSockets implementation (even with its own binary/ciphered/compressed encoding, it uses standard websockets with binary frames).
Offline
Pages: 1