Documentation Index
Fetch the complete documentation index at: https://socket-serve.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Adapter Interface
Adapters integrate socket-serve with frameworks.Requirements
An adapter must:- Handle GET/POST requests
- Manage session lifecycle
- Serve client SDK
Reference Implementation
Seesrc/adapters/express.ts and src/adapters/nextjs.ts for reference implementations.
Next Steps
- Architecture - System design
- API Reference - API documentation