Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
Signed-off-by: Tejas Wanjari <tejaswanjari@gmail.com>
  • Loading branch information
tjs-w committed Jun 5, 2022
1 parent 697e539 commit d4dd3e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@

[<img width=40% src=https://stomp.github.io/images/project-logo.png>](https://stomp.github.io/index.html)

**STOMP** stands for *Simple Text Oriented Messaging Protocol*
_**S**imple **T**ext **O**riented **M**essaging **P**rotocol_


## STOMP Protocol Implementation in Golang (with interactive CLI)
[![Go Reference](https://pkg.go.dev/badge/github.com/tjs-w/go-proto-stomp/.svg)](https://pkg.go.dev/github.com/tjs-w/go-proto-stomp/)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tjs-w/go-proto-stomp)](https://github.com/tjs-w/go-proto-stomp/releases/latest)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/tjs-w/go-proto-stomp)

Includes:
1. `stomper`: Interactive CLI for STOMP Client
Expand Down Expand Up @@ -95,6 +97,8 @@ header = header-name ":" header-value
header-name = 1*<any OCTET except CR or LF or ":">
header-value = *<any OCTET except CR or LF or ":">
```
_#stomp #protocol #broker #server #client #cli_

## License
MIT License

Expand Down

0 comments on commit d4dd3e7

Please sign in to comment.