Build a distributed realtime tweet search system in no time. Part 2/2
Chirper is all about realtime indexing, so we wanted to highlight that on the frontend as much as possible, the search box performs the instant search as you type in the terms, and also show the number of tweets as they are indexed live on the system. It was important to keep the frontend as [...]