Inspiration
This is just a place to note down other similar or related projects that are well made that might be worth borrowing from
So here are other micropub related mode libraries from around GitHub (mostly from here):
paulrobertlloyd/indiekit vipickering/mastr-cntrl grantcodes/postr voxpelli/node-micropub-express joshdick/microstat am1t/blotpub muan/micropub-endpoint (based on node-micropub-express) EdwardHinkle/abode
In terms of other express middleware for ideas might as well start with the official ones at https://github.com/expressjs
https://github.com/expressjs/session https://github.com/expressjs/multer https://github.com/expressjs/serve-static https://github.com/expressjs/express-paginate
One more module for inspiration is Passport
In particular how easy it is to use plugins and extend I find super handy.
A couple of ones from my post in #1:
- https://www.npmjs.com/package/abstract-chunk-store
- https://www.npmjs.com/package/abstract-blob-store
- https://www.php-fig.org/psr/