Giter Site home page Giter Site logo

feed-reader-demo's Introduction

DO NOT USE

This is just a demo application for me to play with React and Node. Move along. These aren't the droids you're looking for.

The demo is live at readme.mindvessel.net.

RSS Reader App

The goal here is to implement an RSS reader that runs in the browser, replacing heavyweight server-side feed aggregators. This is, of course, impossible due to browser security constraints and the fact that NOBODY puts CORS headers on their RSS feeds even though that would be perfectly rational.

For this demo, I'm just converting feeds to JSON and saving them locally. If we wanted to go to production with this thing, here are some possible solutions:

  • CORS-Anywhere is an open-source CORS proxy for Node.js. You could run one of these on a tiny server and whitelist all the domains where you serve websites. You still have to run infrastructure, but not much.
  • Lambda/API Gateway: Write a tiny Lambda function that grabs subscribed feeds and writes them to the S3 bucket that serves the app. It could read the list of subscribed feeds from the bucket. But managing the list would be a pain. (Tool to manage the list sold separately?)

Misc

This project was bootstrapped with Create React App.

For information on how to perform common tasks go here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.