Hi Scott,
Thanks for you answer on this subject.
Realtimelogic advocates making SPA's (Single Page Applications using websockets) especially when also wanting to leverage TLS.
I guess this makes sense due to the overhead added by TLS in the connection establishment, and the fact that browsers tend to open multiple connection
to the device. I am using STM32F207/407's microcontrollers in my projects, and although they are quite powerfull, they are still limited in regards to RAM.
So far I have been using a competing stack (without SSL), and it has worked well.
I am trying to evaluate if it makes sense to switch over to Azure RTOS, so any comments are very welcome ?
Aside from Realtimelogic, does Azure RTOS have a similiar solution as a payed add-on ?
Thanks