stomp

Version, currently master branch1 version
  • master branchlatestNov 14, 2023

github.com/Globoplox/stomp

Web Stomp client in crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  stomp:
    github: Globoplox/stomp
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.32.1
License
MIT
Author
Pierre Rousselle
Target
  • stomp from src/stomp.cr

Dependencies

This version declares no dependencies.

README

stomp

This is an old project I used to work on during train travel. I dont remind exactly in which state I left it, but it seems like it has salvageable stuff, so I keep it.

A minimalist stomp over websocket client. It can do simple stuff and has been tested with rabbitmq web stomp plugin.