Does anyone have any feedback on the IP*Works HTTP Server and WebSocket Server components? I'm currently using Mormot, but I need to support HTTPS and WebSockets, and mormot only seems to recently support that and only on windows 10. I'm looking for a solution for Windows 7.

Comments

  1. For WSS (i.e. WebSockets over HTTPS) with mORMOT, we usually use a nginx frontend server as reverse proxy (in a Linux server). It is efficient, and also Let's Encrypt is very easy to install on such a solution. HTTPS is supported out-of-the-box by mORMot on Windows 7 - only WSS expects Windows 10, since it is a Windows feature limitation. Note that there is too a binary protocol for WebSockets in the framework, which will encrypt the content of the frames on all OS.

    ReplyDelete
  2. Check out RTC + streamsec tools.

    ReplyDelete
  3. I have used it in the past and it isn't the best performer. A real interesting project that is well designed and performs is this one github.com - winddriver/Delphi-Cross-Socket

    ReplyDelete

Post a Comment