kwhitley / itty-router

A little router.
MIT License
1.77k stars 78 forks source link

Integrate with Nest.js #103

Closed vampyar closed 2 years ago

vampyar commented 2 years ago

Hi guys what do you think about this case, create http adapter for Nest.js ?

kwhitley commented 2 years ago

I'm all for folks building adapters for this to be used in other ecosystems, so I'd so go for it!

Like most adapters though, I'd suggest the stakeholders (e.g. you) in a given target be the ones to create/maintain that to keep the core lib agnostic and clean (makes maintenance 1000x easier). If you make one though, I'll be happy to assist w any questions and will list it in the itty docs :)

vampyar commented 2 years ago

I'm all for folks building adapters for this to be used in other ecosystems, so I'd so go for it!

Like most adapters though, I'd suggest the stakeholders (e.g. you) in a given target be the ones to create/maintain that to keep the core lib agnostic and clean (makes maintenance 1000x easier). If you make one though, I'll be happy to assist w any questions and will list it in the itty docs :)

I hear you, thank you.)