dart-archive/sse
डार्ट सर्वर सेंट इवेंट्स पैकेज
- Stars
- 98
- Forks
- 26
- अंतिम पुश (UTC)
- 1 जन॰ 2025
- प्रोजेक्ट स्थिति
- आर्काइव
उपयोग की गई निर्भरताएँ
निर्भरता सूची 11 आइटम
- async
^2.0.8 - collection
^1.0.0 - logging
^1.0.0 - pool
^1.5.0 - shelf
^1.1.0 - stream_channel
^2.0.0 - web
>=0.5.0 <2.0.0 - dart_flutter_team_lintsडेवलपमेंट
^3.0.0 - shelf_staticडेवलपमेंट
^1.0.0 - testडेवलपमेंट
^1.16.6 - webdriverडेवलपमेंट
^3.0.0
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/sse
Dart CI pub package package publisher
This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.
This package is not intended to be a general purpose SSE package, but instead is
a bidirectional protocol for use when Websockets are unavailable. That is, both
the client and the server expose a sink and stream on which to send and
receive messages respectively.
Both the server and client have implicit assumptions on each other and therefore a client from this package must be paired with a server from this package.