Architecture#
Coming soon
This section is under active development. A full technical deep-dive is being written.
Topics that will be covered here:
- Pull vs. push tunnel models — why pull wins for security
- Detailed request lifecycle: API call → queue → extension poll → Ollama → response
- WebSocket vs. SSE polling — how the extension stays connected
- Request queue design and retry semantics
- Security model: zero inbound ports, end-to-end transport encryption
- mTLS between extension and PullO Cloud
- Multi-host failover and load balancing