Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 275 Bytes

SPL_Assignment3

Assignment 3 in SPL course. implemented a client and a server that use the STOMP protocol for messaging between clients. The client was implemented in c++. The server was implemented in java and supports for thread per client and reactor operation methods.