STOMP protocol library, server and client
There are three components:
- stomp: a library which implements a simple B+Tree
- stomp-server: a STOMP server
- stomp-client: an interactive STOMP client
- stomp-scale: a scaling benchmark
stomp is the main deliverable from this repo, the server and the client demonstrate how to use the library.