Feature Request: Support for Web Sockets
NathanTech7713 opened this issue · 0 comments
NathanTech7713 commented
Title rpretty much says it all.
To be honest with websockets you could code around it if there was a way to receive SSL data and decode it. Most web browsers enforce WSS for websockets now, And I've yet to figure out a way to handle SSL data over do_login_command for a web request without fancy footwork outside of the MOO itself.
But truly, cutting out the middle man and just adding websocket support would be amazing if anyone is up for the challenge.