An open API service indexing awesome lists of open source software.

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

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.