jmcdo29 / nest-lab

A repository to hold "experimental" packages for Nest. Honestly, I'm just tired of not having a good scope to put packages under :smile_cat:
87 stars 7 forks source link

Create Node HTTP adapter for NestJS (raw HTTP adapter, no underlying framework) #5

Closed jmcdo29 closed 2 years ago

jmcdo29 commented 3 years ago

Create a raw node adapter for Nest to show how to create a custom HTTP adapter, and to give more options for what Nest is compatible with

jmcdo29 commented 2 years ago

This is no longer planned as I don't plan to re-create express or fastify's router for a raw node server. I may make a koa integration in the future instead.