small
Here are 279 public repositories matching this topic...
-
Updated
May 16, 2020 - TypeScript
-
Updated
May 26, 2020 - C
-
Updated
May 2, 2018 - JavaScript
We should probably find the optimal one and use that. Currently it varies by a few bytes each time the build script runs.
add some benchmarks
once we deal with #79, i think we ought to run up some benchmarks, since people have already asked me about how much faster merry is compared to x etc. i'm not sure how folks normally do these on frameworks, so starting this issue to help gather data
-
Updated
Apr 17, 2020 - C++
-
Updated
May 17, 2020 - PHP
-
Updated
May 27, 2020 - C
-
Updated
May 4, 2020 - Python
-
Updated
Apr 29, 2020 - JavaScript
Adding a let r2 = new Router({prefix: 'a'}).loadMethods().get('/', (ctx, next) => {ctx.body='supposed to be at /api/a/'; return next();}) with let r1 = new Router({prefix: 'api'}).addRoutes(r2); does not result in a callable route. Actually koa-better-router crashes with not having any routes.
And using extend -> let r1 = new Router({prefix: 'api'}).extend(r2); will loose all prefix inf
-
Updated
Mar 6, 2019 - HTML
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
May 5, 2020 - TypeScript
-
Updated
Oct 24, 2017 - Kotlin
-
Updated
May 2, 2020 - C++
-
Updated
Sep 21, 2019 - C#
-
Updated
May 30, 2018 - PHP
-
Updated
May 13, 2020 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Feb 11, 2018 - CSS
Improve this page
Add a description, image, and links to the small topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the small topic, visit your repo's landing page and select "manage topics."


We should have a documentation website, perhaps generated from our readme or the other way around, in order to make it easier for people to learn about Cash and browse its functionalities.
If anybody would like to spend the time to make it it'd be awesome.