Local partyserver documentation reference (latest). Cloudflare PartyKit documentation. Use for real-time collaborative apps, WebSocket servers, PartyServer, multiplayer features, Y.js integration, Durable Objects, RPC, storage, and edge-deployed stateful backends.
Resources
4Install
npx skillscat add olorehq/olore/olore-partyserver-latest Install via the SkillsCat registry.
SKILL.md
partyserver Documentation
Cloudflare PartyKit documentation. Use for real-time collaborative apps, WebSocket servers, PartyServer, multiplayer features, Y.js integration, Durable Objects, RPC, storage, and edge-deployed stateful backends.
Quick Reference
| File | Title | Description |
|---|---|---|
contents/_index.md |
Index | Guide index with links to all topics |
contents/quickstart.md |
Quickstart | Getting started guide |
contents/how it works.md |
How It Works | Architecture and concepts |
contents/routing.md |
Routing | Request routing configuration |
contents/scaling.md |
Scaling | Scaling strategies |
contents/composition.md |
Composition | Composing PartyServer instances |
contents/configuration.md |
Configuration | Configuration options (wrangler.jsonc, migrations) |
contents/multiplayer.md |
Multiplayer | Multiplayer features |
contents/full-stack.md |
Full Stack | Full-stack application patterns |
contents/durable-objects.md |
Durable Objects | Durable Objects integration |
contents/alarms.md |
Alarms | Scheduled tasks and alarms |
contents/auth.md |
Auth | Authentication patterns |
contents/debugging.md |
Debugging | Debugging techniques |
contents/observability.md |
Observability | Monitoring and observability |
contents/testing.md |
Testing | Testing strategies |
contents/presence.md |
Presence | User presence tracking |
contents/storage.md |
Storage | Storage options (inbuilt and external) |
contents/rate-limiting.md |
Rate Limiting | Rate limiting configuration |
contents/rpc.md |
RPC | RPC communication |
contents/multi-parties.md |
Multi Parties | Multi-party coordination |
contents/games.md |
Games | Game development patterns |
contents/text-editors.md |
Text Editors | Real-time text editor integration |
contents/chat.md |
Chat | Chat application patterns |
contents/ai-agents.md |
AI Agents | AI agent integration |
contents/pubsub.md |
Pub/Sub | Publish/subscribe patterns |
contents/migrating-from-partykit.md |
Migration | Migration guide from PartyKit |
When to use
Use this skill when the user asks about:
- Real-time collaborative applications with WebSockets
- PartyServer API and configuration
- Multiplayer features and game development
- Y.js integration for collaborative editing
- Cloudflare Durable Objects integration
- RPC communication patterns
- Storage and state management
- User presence tracking
- Rate limiting and scaling
- Authentication patterns
- Testing and debugging real-time apps
- Migrating from PartyKit to Cloudflare
How to find information
- Check Quick Reference above for the relevant file
- Read specific files from
contents/{filename}