#1 2025-01-16 21:54:41

unixguru65
Member
Registered: 2025-01-16
Posts: 1

Using mORMot 2 as an Azure Relay listener

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

#2 Yesterday 08:37:19

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,778
Website

Re: Using mORMot 2 as an Azure Relay listener

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

Board footer

Powered by FluxBB