This repository contains a Node.JS server that can be used for Webfeed reader apps to test out the process of subscribing to new Webfeeds, and polling them for updates.
- Clone this repository
- Run an
npm install
. - Make sure TypeScript is installed, then run
tsc
. - Run
node ./+server.js
to launch the server
The server that is launched serves a home page with buttons to add new posts to the feed, and to clear the entire feed of all created posts.