gundb 0.2.1

Distributed graph database that syncs over websockets and multicast
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "gun-rs",
  "stack": "heroku-20",
  "website": "https://github.com/mmalmi/gun-rs",
  "repository": "https://github.com/mmalmi/gun-rs",
  "logo": "https://avatars3.githubusercontent.com/u/8811914",
  "keywords": ["rust", "gun", "gunDB", "database","graph","offline-first"],
  "description": "Offline-First Rust Graph Database Server Peer",
  "buildpacks": [
    {
      "url": "emk/rust"
    }
  ]
}