An open API service indexing awesome lists of open source software.

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.

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.0CCBYSA