Announcing the rssCloud Server 4.0 Release 0 ▲ Andrew Shell's Weblog 1 hour ago · Tech · hide · 0 comments Last night, I finally released the 4.0 rewrite of the rssCloud Server. I’m very paranoid about breakage, so technically there was a version 3.0 that came out in May, but it was a necessary step to shore up the old codebase before the big rewrite. The big changes have been reorganizing the repo into a pnpm monorepo and extracting packages for reuse in other projects. The packages are being rewritten in TypeScript and export both ESM and CJS modules. So far, I haven’t published the packages to npm, but that will be coming soon. I was inspired by the rssCloud plugin for WordPress in that it exposed the subscriber side of the protocol, but doesn’t expose a ping endpoint because that half is handled internally. My hope is to allow any Node apps that produce RSS to easily add support without relying on an external server. That’s ultimately the best case for the future of the protocol and the decentralized web. I don’t want my server to become a silo. Expect to hear more this week as I write… No comments yet. Log in to reply on the Fediverse. Comments will appear here.