rocky
undici
rocky | undici | |
---|---|---|
- | 19 | |
368 | 6,157 | |
- | 2.7% | |
0.3 | 9.8 | |
over 3 years ago | 1 day ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rocky
We haven't tracked posts mentioning rocky yet.
Tracking mentions began in Dec 2020.
undici
-
Top HTTP Request Libraries for Node.js
I'm surprised it didn't mention Undici, which is included in Node.js and has massive usage. (Albeit most of it in the form of the fetch() wrapper.)
https://github.com/nodejs/undici
-
When LIMIT 9 works but LIMIT 10 hangs: A short debugging story
Yeah: interestingly, they had a test for the biggest category of frame, but not for the two other categories: https://github.com/nodejs/undici/blob/main/test/websocket/se...
The test I contributed is very specific to the frame fix I made, but I should probably go back and contribute more tests in send.js that test other lengths too.
-
Is native fetch in v18 faster than dedicated libraries?
The native fetch in Node.js 18 is based on undici.
-
Quickest/fastest http package
Sadly, Undici's slow. Reference issue.
-
Are all fetch API's for Nodejs inefficient in terms of latency ? Cant go lower than 4ms on localhost
Did you try just using the http lib, or even axios/node-fetch? The fetch API in node is very new and looks like there have been concerns about its performance: https://github.com/nodejs/undici/issues/1203
-
I made an Express-like framework for IPC communication
A library that can be handy is Undici - a great HTTP/1.1 client, see here where they apparently added unix:// support: https://github.com/nodejs/undici/pull/226
-
Pull Congressional Data via SMS with the Congress API and JavaScript
Afterwards, create your new project and install our lone requirement [undici](https://github.com/nodejs/undici) to make HTTP requests in Node.js by running:
-
Node JS 18.12.0 goes LTS
Test coverage currently sits at 89%, hopefully will be stable soon.
-
Animal Crossing Simulator Discord Bot
undici
-
Fetch API has finally landed Node v18.0
We implemented fetch API operation with Node without the need for any library imports. The thing to note that under the hood that the fetch implementation is done based on another HTTP client, undici, which is actually a HTTP client written specifically for Node.js. It is an HTTP 1.1 only client.
What are some alternatives?
http-proxy - A full-featured http proxy for node.js
axios - Promise based HTTP client for the browser and node.js
nginx-s3-gateway - NGINX S3 Caching Gateway
node-fetch - A light-weight module that brings the Fetch API to Node.js
Doublify API Toolkit
got - 🌐 Human-friendly and powerful HTTP request library for Node.js
request - 🏊🏾 Simplified HTTP request client.
undici-fetch - A WHATWG Fetch implementation based on @nodejs/undici
isomorphic-fetch - Isomorphic WHATWG Fetch API, for Node & Browserify
fastify-http-proxy - Proxy your http requests to another server, with hooks.