79424058

Date: 2025-02-08 23:13:27
Score: 1.5
Natty:
Report link

Use DotJS(nuget) for c# / js interop without blazor. Vibe is built on it. It uses another library - Constellations(nuget) to set up a Websocket connection. Be advised: To use secure websockets( wss://) you need to add an X509Cert to your Constellation when setting it up for https://. Websockets defaults to wss:// when using https://. All messaging between browser and client is already encrypted with your own keys. DotJS allows you to set user specific keys that terminate when the connection closes. No wasm necessary.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dev Machinist