metarhia / metacom

RPC communication protocol for Metarhia stack 🔌
https://metarhia.com
MIT License
80 stars 41 forks source link

Websocket implementation #192

Open tshemsedinov opened 3 years ago

tshemsedinov commented 3 years ago

Module ws is good enough but websocket is a simple spec so we don't need everything from this ws and can implement own simple implementation (just for backend, all browsers have native support).

georgolden commented 3 years ago

I want to implement uWebsocket support (maybe in a month) for metacom as well. They are secure and fast as hell. Why not to have multiple realisations? https://github.com/uNetworking/uWebSockets.js/