grantcodes / future-micropub-endpoint

Building a micropub endpoint middleware for the future 🔮
9 stars 0 forks source link

Inspiration #3

Open grantcodes opened 4 years ago

grantcodes commented 4 years ago

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

grantcodes commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

One more module for inspiration is Passport

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

voxpelli commented 4 years ago

A couple of ones from my post in #1: