agentm / project-m36

Project: M36 Relational Algebra Engine
The Unlicense
876 stars 47 forks source link

Run TLS server in case certificate and key path are passed as parameters #297

Closed diogob closed 2 years ago

diogob commented 2 years ago

Add configuration type for websockets server so we can take TLS certificate config.

I'm opening as draft for early feedback, since I still have not tested it with a secure websocket client (the https connection is surely working).

agentm commented 2 years ago

Very cool! I like how straightforward this is to read.

diogob commented 2 years ago

I've done some testing with the JS example app and everything seems to work as expected over wss