Overview | Getting Started | Features | Try Me | Changelog | Contributing |
---|
Angular message client to communicate with a Solace messaging broker for sending and receiving messages using the native SMF protocol (Solace Message Format) over web socket. This library is based on the low-level Solace JavaScript Messaging API provided by the solclient library.
This library provides fundamental messaging API to exchange messages via topic destinations, queue and topic endpoints. To get the full functionality of the underlying solclient library, you can obtain the native Solace session.
-
Getting Started
Learn how to install and use this library in an Angular application. -
Features
Get an overview of features of this library. -
Try Me
See this library in action. The Try Me application lets you connect to your message broker for publishing and receiving messages. -
API Documentation
Consult our API documentation for a complete overview of the API.
-
PubSub+ for Developers
Learn how to create event-driven apps and microservices. -
solclient API
Consult the API documentation of the Solace JavaScript Messaging API (solclient) used by this library.