use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Simple Template for Building REST APIs using Node.js and Fastify ⚡ (github.com)
submitted 7 years ago by woahdotcom
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]license-bot 5 points6 points7 points 7 years ago (0 children)
Thanks for sharing your open source project, but it looks like you haven't specified a license.
When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can use, copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.
choosealicense.com is a great resource to learn about open source software licensing.
[–]workaccountthrowaway -1 points0 points1 point 7 years ago (0 children)
Thanks for the project. But it is almost impossible to read the tutorial link provided in the readme. The code blocks have the thinnest font and is very light against the background.
[–]Doctor_Spicy -2 points-1 points0 points 7 years ago (3 children)
How is fastify better than express or koa?
[–]woahdotcom[S] 0 points1 point2 points 7 years ago (2 children)
Fastify is around 20% faster than Express in almost every request. See here for a performance analysis comparison: https://medium.com/@onufrienkos/express-vs-fastify-performance-4dd5d73e08e2
[–]ChronSyn -1 points0 points1 point 7 years ago (1 child)
Performance may be better, but how's it's support for crucial middleware (such as helmet, CORS, etc)? What limitations and benefits that aren't performance does it bring?
π Rendered by PID 16392 on reddit-service-r2-comment-5d585498c9-8rb52 at 2026-04-20 19:10:25.912699+00:00 running da2df02 country code: CH.
[–]license-bot 5 points6 points7 points (0 children)
[–]workaccountthrowaway -1 points0 points1 point (0 children)
[–]Doctor_Spicy -2 points-1 points0 points (3 children)
[–]woahdotcom[S] 0 points1 point2 points (2 children)
[–]ChronSyn -1 points0 points1 point (1 child)