2 Repos
Runtime environments for executing programmatic communication tasks and managing persistent sessions.
Distinct from Asynchronous Messaging Frameworks: Distinct from asynchronous messaging frameworks: focuses on the messaging client framework identity.
Explore 2 awesome GitHub repositories matching web development · Messaging Frameworks. Refine with filters or upvote what's useful.
This project is a Node.js framework designed for headless browser automation, enabling the creation of automated messaging clients. It functions by controlling a headless browser instance to programmatically interact with the messaging interface, allowing developers to simulate user sessions and manage complex chat workflows. The library distinguishes itself through its comprehensive session management and event-driven architecture. It supports persistent authentication by serializing session data to local or remote storage, ensuring that automated clients can maintain continuous connectivity
Provides a runtime environment for executing programmatic communication tasks and managing persistent messaging sessions.
This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the necessary tools for Go applications to exchange messages using publish-subscribe and request-reply patterns, as well as specialized clients for managing persistent streams and distributed storage. The library includes a JetStream client for durable message streaming and replay, a Key-Value store client for managing distributed state with versioning and watchers, and an Object Store client for the storage and retrieval of large binary files via chunked delivery. The implementation
Provides a high-level messaging client framework to simplify request-response communication patterns.