ActingWeb Python Library
ActingWeb is a Python library for building distributed, actor-based applications that follow the ActingWeb protocol. Each user gets their own “actor” instance with a unique URL, enabling secure peer-to-peer communication and granular data sharing.
Choose Your Path
- I want to build an app with ActingWeb
Start with the Getting Started to get a Flask or FastAPI app running in minutes, then explore Guides for specific features.
- I want to understand the ActingWeb protocol
See the Protocol Specification for the protocol specification and concepts.
- I want to extend ActingWeb or use it with other frameworks
Dive into the SDK Documentation for developer API documentation and custom framework integration.
- I want to contribute to ActingWeb
Check out the Contributing for architecture overview and contribution guidelines.
Documentation
Guides
Reference
Contributing
Quick Links
Getting Started |
|
Configuration |
|
OAuth2 Setup |
|
MCP Integration |
|
Hooks Reference |
|
Developer API |
|
Protocol Spec |