-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add npm scripts for docker build and push
- Loading branch information
1 parent
9d12808
commit bca6bbb
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# Stomp Client | ||
A client for testing STOMP web socket communication. | ||
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 [email protected]: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 | ||
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a rel="cc:attributionURL" href="https://github.com/cdiptangshu/stomp-client" property="dct:title">Stomp Client</a> by <a rel="cc:attributionURL dct:creator" href="https://github.com/cdiptangshu" property="cc:attributionName">Diptangshu Chakrabarty</a> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display: inline-block;">CC BY-SA 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" height="22px" width="22px" alt="CC" style="height: 22px; margin-left: 3px; vertical-align: text-bottom;"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" height="22px" width="22px" alt="BY" style="height: 22px; margin-left: 3px; vertical-align: text-bottom;"><img src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" height="22px" width="22px" alt="SA" style="height: 22px; margin-left: 3px; vertical-align: text-bottom;"></a></p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters