Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huntlabs/hunt-stomp
- Owner: huntlabs
- License: apache-2.0
- Archived: true
- Created: 2018-11-14T08:49:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T11:34:55.000Z (about 5 years ago)
- Last Synced: 2024-08-05T01:10:59.044Z (4 months ago)
- Topics: stomp, stomp-library, stompwebsocket, websocket
- Language: D
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d - hunt-stomp - STOMP for websocket protocol library implement in D. (Web Frameworks / Bare metal / kernel development)
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)