verani 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Verani brings the familiar developer experience of Socket.io to Cloudflare's Dur
|
|
|
16
16
|
- **Hibernation Support**: Properly handles Cloudflare Actor hibernation out of the box
|
|
17
17
|
- **Type Safe**: Built with TypeScript, full type safety throughout
|
|
18
18
|
- **Simple Mental Model**: Rooms, channels, and broadcast semantics that just make sense
|
|
19
|
-
- **
|
|
19
|
+
- **Modern DX**: Automatic reconnection, error handling, and connection lifecycle management
|
|
20
20
|
|
|
21
21
|
## Quick Start
|
|
22
22
|
|
|
@@ -252,7 +252,7 @@ See `examples/` for chat, presence, and notifications demos!
|
|
|
252
252
|
|
|
253
253
|
## Project Status
|
|
254
254
|
|
|
255
|
-
Verani is in active development. Current version includes:
|
|
255
|
+
Verani is in early stages and active development. Current version includes:
|
|
256
256
|
|
|
257
257
|
**Implemented:**
|
|
258
258
|
- Core realtime messaging
|