Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huntlabs/hunt-stomp

STOMP implement in D
https://github.com/huntlabs/hunt-stomp

stomp stomp-library stompwebsocket websocket

Last synced: about 2 hours ago
JSON representation

STOMP implement in D

Awesome Lists containing this project

README

        

# hunt-stomp
STOMP implement in D

### TODO
- [x] STOMP implemented
- [ ] Improvement
- [ ] Examples
- [ ] Unit tests

# Additional package dependencies
| package | version | purpose |
|--------|--------|--------|
| hunt-security | 0.2.0 | Some core APIs for security |

**Note:**
To support SSL, you must add these packages to your project:
1. hunt-security

### See also
1. [STOMP Protocol Specification, Version 1.2](https://stomp.github.io/stomp-specification-1.2.html)
1. [Spring STOMP](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#websocket-stomp)