| ▲ | austin-cheney 4 hours ago | |
HTTP over WebSockets: Sounds like the same tag line I have been using in my project for the past 2 years. https://github.com/prettydiff/aphorio My approach is pretty simple. Since the connection phase of WebSockets is RFC2616 compatible, per RFC6455, you can use the same server logic to connect both. | ||