https://github.com/eminaktas/sockjs-stomp-go-server
https://github.com/eminaktas/sockjs-stomp-go-server
golang server sockjs sockjs-stomp-go-server stomp websocket
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eminaktas/sockjs-stomp-go-server
- Owner: eminaktas
- License: mit
- Created: 2024-01-26T11:57:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T10:55:40.000Z (over 2 years ago)
- Last Synced: 2024-06-21T16:52:44.420Z (almost 2 years ago)
- Topics: golang, server, sockjs, sockjs-stomp-go-server, stomp, websocket
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sockjs-stomp-go-server
`sockjs-stomp-go-server` is a Go library designed to facilitate the implementation of the STOMP Protocol over sockjs.
## Usage
To get started, refer to the example code located in the "example" folder. When initializing the server, you can utilize `https://jxy.me/websocket-debug-tool/` to establish connections over sockjs and stomp for testing and debugging purposes.
### Installation
```bash
go get -u github.com/eminaktas/sockjs-stomp-go-server
```
### Getting Started
```go
import "github.com/eminaktas/sockjs-stomp-go-server"
// Your code here...
```
## Acknowledgments
- This library draws inspiration from [transport-go](https://github.com/vmware/transport-go).
## Contributing
Feel free to contribute by opening issues or submitting pull requests. Your feedback and participation are highly valued.