-
Updated
Nov 28, 2020 - JavaScript
esm
Here are 228 public repositories matching this topic...
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Nov 29, 2020 - TypeScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
May 15, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
We found such hackish solution for now (oldRoute is function which configures router):
const router = new Route();
app.use('/auth/api', router);
oldRoute(router);
app.use('/', router);
oldRoute(router);waiting for better solution
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 28, 2020 - Java
Let’s add FuseBox
Hey Sean, nice benchmark, I also feel that’s its not fair to show some numbers out of thin air, claiming to be “blazing fast” which is fuse motto btw xD
You think I can dig in and add fuse benchmark there?
UPD:
I think it's fair to let parcel and fuse-box to use cache, as well as not uglifying the output. Besides, production builds are made differently as opposed to development flow. That'
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Nov 21, 2020 - TypeScript
-
Updated
Nov 15, 2020 - TypeScript
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Nov 15, 2020 - TypeScript
-
Updated
Nov 19, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Nov 20, 2020
Improve this page
Add a description, image, and links to the esm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the esm topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
An adaper for Nest will let you use tinyhttp inside of Nest instead of Express.
Describe the solution you'd like
A Nest.js adapter package, something like
@tinyhttp/nest-adapterAdditional context