# hunt-stomp **Repository Path**: mirrors_huntlabs/hunt-stomp ## Basic Information - **Project Name**: hunt-stomp - **Description**: STOMP implement in D - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-28 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)