ilebora_push 0.0.2 ilebora_push: ^0.0.2 copied to clipboard
BoraPush is a Dart package enabling real-time server-sent events (SSE) communication, providing simple yet powerful tools for server and client-side implementations.
0.0.1 2023-11-21 #
Added #
- BoraPushServer: Initial implementation of the server-side component for managing real-time connections and broadcasting updates to connected clients.
- BoraPushClient: Introduction of the client-side component, allowing easy connection to a server supporting Server-Sent Events (SSE) and handling incoming real-time updates.
Usage Examples #
- Basic examples demonstrating how to use
BoraPushServer
andBoraPushClient
for real-time communication in Dart applications.
Note #
- This release establishes the foundation for real-time communication using Server-Sent Events (SSE) in Dart. Future releases will expand on these components and introduce additional features.