This document describes Orbis, a peer-to-peer service similar to Twitter. It uses a master-slave architecture with MessagePack-RPC to distribute indexing and searching across nodes. Each node runs an HTTP servlet front-end and indexes content into memory using a morpho-parser. Hashing replication is used to share indexes across nodes for fault tolerance and distributed querying.