All Projects → stomp-js → rx-stomp

stomp-js / rx-stomp

Licence: Apache-2.0 license
STOMP adaptor for RxJS

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to rx-stomp

Activemq Artemis
Mirror of Apache ActiveMQ Artemis
Stars: ✭ 685 (+801.32%)
Mutual labels:  messaging, activemq, stomp
Delphistompclient
STOMP client for Embarcadero Delphi and FreePascal.
Stars: ✭ 93 (+22.37%)
Mutual labels:  activemq, stomp
messaging-replication
eXist-db JMS based messaging and document replication extension (JMS based)
Stars: ✭ 14 (-81.58%)
Mutual labels:  messaging, activemq
rabbitmq-stomp
RabbitMQ STOMP plugin
Stars: ✭ 49 (-35.53%)
Mutual labels:  messaging, stomp
Stompjs
Javascript and Typescript Stomp client for Web browsers and node.js apps
Stars: ✭ 324 (+326.32%)
Mutual labels:  messaging, stomp
django-stomp
🔃 A simple implementation of STOMP with Django
Stars: ✭ 31 (-59.21%)
Mutual labels:  activemq, stomp
Stomp Php
Stomp PHP Client
Stars: ✭ 94 (+23.68%)
Mutual labels:  activemq, stomp
amqv7-workshop
No description or website provided.
Stars: ✭ 22 (-71.05%)
Mutual labels:  messaging, activemq
Rabbitmq Server
Open source RabbitMQ: core server and tier 1 (built-in) plugins
Stars: ✭ 9,064 (+11826.32%)
Mutual labels:  messaging, stomp
Laravel Queue
Laravel Enqueue message queue extension. Supports AMQP, Amazon SQS, Kafka, Google PubSub, Redis, STOMP, Gearman, Beanstalk and others
Stars: ✭ 155 (+103.95%)
Mutual labels:  messaging, stomp
GAPITA
An anonymous and random chat messaging for talking to strangers! (Using SignalR C# and TypeScript)
Stars: ✭ 55 (-27.63%)
Mutual labels:  messaging
horse-messaging
Open Source Messaging Framework. Queues, Channels, Events, Transactions, Distributed Cache
Stars: ✭ 65 (-14.47%)
Mutual labels:  messaging
Chatistics
A WhatsApp Chat analyzer and statistics.
Stars: ✭ 32 (-57.89%)
Mutual labels:  messaging
spring-boot-vuejs-websockets
✔️ Simple spring-boot vue.js app with websockets and docker support
Stars: ✭ 30 (-60.53%)
Mutual labels:  stomp
proc-that
proc(ess)-that - easy extendable ETL tool for Node.js. Written in TypeScript.
Stars: ✭ 25 (-67.11%)
Mutual labels:  rxjs
streamkit
My streaming overlay platform for YouTube https://bit.ly/3AvaoFz and Twitch https://bit.ly/37xUPAM
Stars: ✭ 15 (-80.26%)
Mutual labels:  rxjs
server
即时通讯(IM)系统
Stars: ✭ 6,896 (+8973.68%)
Mutual labels:  messaging
go-nats-examples
Single repository for go-nats example code. This includes all documentation examples and any common message pattern examples.
Stars: ✭ 99 (+30.26%)
Mutual labels:  messaging
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (+478.95%)
Mutual labels:  rxjs
muon-java
Muon Core for the JVM. APIs and Microservices taken to the next level
Stars: ✭ 18 (-76.32%)
Mutual labels:  messaging

RxStomp

Build Status

This library provides an RxJS oriented STOMP over WebSocket client for Web browser and node.js applications.

Introduction

This is a wrapper over https://github.com/stomp-js/stompjs. It exposes the STOMP operations as RxJS Observables. It provides almost all operations provided by the underlying library.

This has been developed using TypeScript and includes typing information in the distribution.

TypeScript definitions

The npm package includes TypeScript definitions, so there is no need no install it separately.

Installation

The library is distributed as UMD and ES6 modules. This can be installed as an npm module or directly from a CDN:

  1. NPM - npm install @stomp/rx-stomp
  2. Yarn - yarn add @stomp/rx-stomp
  3. Script - available on various CDNs, import both rx-stomp and stompjs

Additionally, rxjs^6.0 needs to be installed.

Usage

See https://stomp-js.github.io/ for instructions and tutorials.

This module is distributed as UMD and ES6 modules:

  • NodeJs require,
  • ES6/typescript import
  • including a script tage in HTML.

See samples at: https://github.com/stomp-js/samples/.

API documentation at: https://stomp-js.github.io/api-docs/latest/classes/RxStomp.html.

Before installing please check: https://stomp-js.github.io/guide/stompjs/rx-stomp/ng2-stompjs/pollyfils-for-stompjs-v5.html.

Change-log

Please visit Change Log.

Contributing

If you want to understand the code, develop, or contribute. Please visit How to contribute.

Authors

License

License - Apache-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].