|
|
|
|
|
by nahtnam
3152 days ago
|
|
I'm working on something like that in my spare time for myself. I have a bunch of websites and it was quite annoying to have to update the same thing over and over again if there was a bug with one of my middleware so I just extracted out into it's own project. It uses Koa under the hood, but all it essentially does is bring in the most popular Koa middleware and mesh them all together. https://github.com/konstructorjs/konstructor It is still in it's very early stages. Thoughts welcome! |
|