It’s interesting that Phoenix’ Channels and Rails’ ActionCable were used but the “lowest level” Node WebSockets implementation was used and not Sock or Socket, which are more like Phoenix (a higher level abstraction over the raw web sockets), would probably halve the code size.
3 Likes