This is an example of combining the static Bare server example with our TOMP implementation.
- Clone the repository
git clone https://github.com/sysce/stomp-demo.git
cd tomp-demo- Install dependencies
npm install- Start the server
npm startStart the server on a different port:
PORT=9090 npm start