Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iotic-labs/iotics-host-lib
Iotics host common library
https://github.com/iotic-labs/iotics-host-lib
Last synced: about 2 months ago
JSON representation
Iotics host common library
- Host: GitHub
- URL: https://github.com/iotic-labs/iotics-host-lib
- Owner: Iotic-Labs
- License: apache-2.0
- Created: 2021-03-02T10:15:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T09:19:11.000Z (about 2 years ago)
- Last Synced: 2024-04-24T10:35:00.449Z (8 months ago)
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stomp-Client
This repository contains the source for the IOTICS stomp client.
Until the upstream `stomp.py` [next release](https://github.com/jasonrbriggs/stomp.py/blob/0c9d45c6391555d1a462d1ee2cfff95d03aaa871/CHANGELOG.md?plain=1#L6), which contains a websocket implementation, is available, the IOTICS stomp client can be used instead.
Please note that separate gRPC libraries are also available which many users might find more intuitive to use.
In many cases, gRPC is more performant than REST+STOMP as gRPC has been specifically designed with data streaming in mind. See the [IOTICS gRPC documentation](https://docs.iotics.com/docs/iotics-tools#iotics-api-grpc) for more information.* [iotics-grpc-client-py](https://github.com/Iotic-Labs/iotics-grpc-client-py)
* [iotics-grpc-client-rs](https://github.com/Iotic-Labs/iotics-grpc-client-rs)
* [iotics-grpc-client-ts](https://github.com/Iotic-Labs/iotics-grpc-client-ts)