{ "name": "Kameo", "description": "Distributed, Fault-tolerant Async Actors Powered by Tokio", "socialPreview": "https://repository-images.githubusercontent.com/779318723/b1ce92be-760d-427b-b3a6-ffca8cbc2e6a", "logo": { "light": "https://github.com/tqwewe/kameo/raw/refs/heads/main/docs/farron.png", "dark": "https://github.com/tqwewe/kameo/raw/refs/heads/main/docs/farron.png" }, "scripts": { "googleAnalytics": "G-FES40CNKHX" }, "sidebar": [ { "group": "Getting Started", "pages": [ { "title": "Introduction", "href": "/", "icon": "globe" }, { "title": "Getting Started", "href": "/getting-started", "icon": "rocket" } ] }, { "group": "Core Concepts", "pages": [ { "title": "Overview", "href": "/core-concepts", "icon": "book" }, { "title": "Actors", "href": "/core-concepts/actors", "icon": "users" }, { "title": "Messages", "href": "/core-concepts/messages", "icon": "envelope" }, { "title": "Requests", "href": "/core-concepts/requests", "icon": "question" }, { "title": "Replies", "href": "/core-concepts/replies", "icon": "reply" }, { "title": "Supervision", "href": "/core-concepts/supervision", "icon": "shield-alt" } ] }, { "group": "Distributed Actors", "pages": [ { "title": "Overview", "href": "/distributed-actors", "icon": "network-wired" }, { "title": "Bootstrapping the Actor Swarm", "href": "/distributed-actors/bootstrapping-actor-swarm", "icon": "play-circle" }, { "title": "Dialing and Connecting to Other Nodes", "href": "/distributed-actors/dialing-connecting-nodes", "icon": "link" }, { "title": "Registering and Looking up Actors", "href": "/distributed-actors/registering-looking-up-actors", "icon": "user-tag" }, { "title": "Messaging Remote Actors", "href": "/distributed-actors/messaging-remote-actors", "icon": "envelope-open-text" } ] }, { "group": "Additional Resources", "pages": [ { "title": "FAQ", "href": "/faq", "icon": "question-circle" } ] } ] }