Picker vs Express for public API

Is there any reason to use Picker over Express for a public API? I’m guessing there is an upside to using Picker for an SSR meteor app (may have some meteor-specific helpers), but is there any reason I’d want picker for a public api (e.g. for catching webhooks)? With everything moving to NPM, I’d much rather use express unless there’s a good reason not to.

1 Like