Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

huntlabs/hunt-stomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hunt-stomp

STOMP implement in D

TODO

  • 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
  2. Spring STOMP