Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 723 Bytes

File metadata and controls

23 lines (15 loc) · 723 Bytes

Feedreader v2

Modern rewrite of feedreader.co with improved performance and scalability.

Architecture

This repository contains next-generation components for feedreader.co:

  • feedfetcher - Go-based feed fetching service (replaces Node.js feed refresh)

Legacy System

The original feedreader.co implementation:

Goals

  1. Performance - Reduce page load times from 8s to <3s
  2. Reliability - Background feed refresh, no client-side waterfall
  3. Scalability - Efficient concurrent processing
  4. Maintainability - Modern tooling, clear separation of concerns