danieldesira / DanielsConnect4

Connect4 implementation in TypeScript ported from JavaScript code written prior to 2013
GNU General Public License v2.0
0 stars 0 forks source link

Network mode: Secure web sockets #21

Closed danieldesira closed 1 year ago

danieldesira commented 1 year ago

See what changes need to be done on server-side and front-end: https://stackoverflow.com/questions/31338927/how-to-create-securetls-ssl-websocket-server

danieldesira commented 1 year ago

Since, I will be connecting through Azure Web Pubsub, we should get wss automatically.

danieldesira commented 1 year ago

Handled by host