Hacker News new | ask | show | jobs
by jaikant77 2004 days ago
Why did they need to build a TCP like protocol (they call RAMEN)?
1 comments

This is not a replacement for TCP protocol. The protocol described is a mechanism to send different API messages using the same HTTP SSE connection with ability to track acknowledgements. Once we switch to gRPC bi-directional stream, the protocol will be simplified as we can send messages and acknowledgements on the same connection.