Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 232 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 232 Bytes

TCP FLAT BUFFERS TYPESCRIPT

This exercise builds flat buffers with typescript and sends them in a buffer over tcp to a server, the server takes the buffer and deserizlies the messages based on union type into its base components.