https://github.com/cdiptangshu/stomp-client
A client for testing STOMP web socket communication.
https://github.com/cdiptangshu/stomp-client
stomp stompjs stompwebsocket websocket
Last synced: 3 months ago
JSON representation
A client for testing STOMP web socket communication.
- Host: GitHub
- URL: https://github.com/cdiptangshu/stomp-client
- Owner: cdiptangshu
- License: other
- Created: 2023-10-09T17:18:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T04:55:18.000Z (8 months ago)
- Last Synced: 2025-05-11T05:24:51.525Z (8 months ago)
- Topics: stomp, stompjs, stompwebsocket, websocket
- Language: JavaScript
- Homepage: https://cdiptangshu.github.io/stomp-client/
- Size: 6.89 MB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.html
Awesome Lists containing this project
README
# Stomp Client
A web based tool for testing [STOMP](https://en.wikipedia.org/wiki/Streaming_Text_Oriented_Messaging_Protocol) protocol based messaging.
Uses [@stomp/stompjs](https://www.npmjs.com/package/@stomp/stompjs) for stomp client implementation.
## Demo Link
https://cdiptangshu.github.io/stomp-client/
## Setup
### Run React App
```bash
git clone git@github.com:cdiptangshu/stomp-client.git
cd stomp-client
npm install
npm start
```
### Run in Docker
```bash
docker compose up
```
## Status
Bug fixing is in progress. Not working on any new feature.
## License
Stomp Client by Diptangshu Chakrabarty is licensed under CC BY-SA 4.0

