Open prabirshrestha opened 1 year ago
You mean a socket.io adapter working with surrealdb ? It is a good idea but requires issue #5 to be resolved
Yes socketio adapter working with surrealdb. Ideally it would be good to have only async supported since that is what most of the popular framework supports as is less work for the project.
FYI: Live query api for SurrealDB got checked in. https://github.com/surrealdb/surrealdb/pull/2919
surrealdb is written in rust and can be embedded like sqlite with rocksdb backend or memory backend or can be run in HA with tikv/foundationdb. You can use
surrealdb::Surreal<surrealdb::engine::any>
to support any backend in surrealdb. It has a concept of live queries via websockets - https://www.youtube.com/watch?v=zEaQBiNbkoU.Would be great to have a surealdb backend.