verani 0.4.3 → 0.4.4
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 +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -252,14 +252,17 @@ See `examples/` for chat, presence, and notifications demos!
|
|
|
252
252
|
|
|
253
253
|
## Project Status
|
|
254
254
|
|
|
255
|
-
Verani is in active development. Current version
|
|
255
|
+
Verani is in active development. Current version includes:
|
|
256
256
|
|
|
257
|
+
**Implemented:**
|
|
257
258
|
- Core realtime messaging
|
|
258
259
|
- Hibernation support
|
|
259
260
|
- Client reconnection
|
|
260
|
-
- Presence protocol
|
|
261
|
-
- Persistent storage integration
|
|
262
|
-
|
|
261
|
+
- Presence protocol with multi-device support
|
|
262
|
+
- Persistent storage integration with Durable Object storage
|
|
263
|
+
|
|
264
|
+
**Coming Soon:**
|
|
265
|
+
- React/framework adapters
|
|
263
266
|
|
|
264
267
|
## License
|
|
265
268
|
|