How to Install stompserver in Ubuntu 18.04



Install stompserver by entering the following commands in the terminal:

sudo apt update
sudo apt install stompserver

Description:

stomp messaging server implemented in Ruby

Stompserver is a stomp messaging server with support for multiple FIFO based queue backends including file, dbm, memory and activerecord. It supports basic authentication and queue monitoring.

Homepage: http://stompserver.rubyforge.org/

Version: 0.9.9gem-4

Section: universe/ruby