future-micropub-endpoint icon indicating copy to clipboard operation
future-micropub-endpoint copied to clipboard

Inspiration

Open grantcodes opened this issue 6 years ago • 4 comments

This is just a place to note down other similar or related projects that are well made that might be worth borrowing from

grantcodes avatar Jul 25 '19 13:07 grantcodes

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

grantcodes avatar Jul 25 '19 13:07 grantcodes

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

grantcodes avatar Jul 25 '19 13:07 grantcodes

One more module for inspiration is Passport

In particular how easy it is to use plugins and extend I find super handy.

grantcodes avatar Jul 25 '19 13:07 grantcodes

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/

voxpelli avatar Jul 28 '19 17:07 voxpelli