sockjs-stomp-go-server
is a Go library designed to facilitate the implementation of the STOMP Protocol over sockjs.
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.
go get -u github.com/eminaktas/sockjs-stomp-go-server
import "github.com/eminaktas/sockjs-stomp-go-server"
// Your code here...
- This library draws inspiration from transport-go.
Feel free to contribute by opening issues or submitting pull requests. Your feedback and participation are highly valued.