Skip to content

eminaktas/sockjs-stomp-go-server

Repository files navigation

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

go get -u github.com/eminaktas/sockjs-stomp-go-server

Getting Started

import "github.com/eminaktas/sockjs-stomp-go-server"

// Your code here...

Acknowledgments

Contributing

Feel free to contribute by opening issues or submitting pull requests. Your feedback and participation are highly valued.

Releases

No releases published

Packages

No packages published

Languages