graceful-server
graceful-server copied to clipboard
Tiny (~5k), KISS, dependency-free Node.JS library to make your API more graceful
For now, the documentation is too long to read. - [ ] Split technical documentation into another file - [ ] Write a CONTRIBUTE.md to facility the contributions To analyze:...
When you have `"type": "module",` specified in your _package.json_, then using any types from _GracefulServer_ must be postfixed with _default_, like so `GracefulServer.default`. Import: `import GracefulServer from "@gquittet/graceful-server";` Not a...
I am using this module and it does not appear to work. I do not appear to get any registrations for `live` or `ready` -- i registered an onRoute before...
Hi, I have try to import the package without success with my Elysia server (https://elysiajs.com/). It will be cool, if we can use it with this library ! Thanks !