Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 291 Bytes

TODO.md

File metadata and controls

15 lines (15 loc) · 291 Bytes

TODO

  • Launch goroutines based on incoming TCP connections (DONE)
  • Parse and dispatch STOMP frames
  • Implement server commands:
    • SEND
    • SUBSCRIBE
    • UNSUBSCRIBE
    • BEGIN
    • COMMIT
    • ABORT
    • ACK
    • NACK
    • DISCONNECT
    • CONNECT
    • STOMP