All Projects → natemoo-re → ultrafetch

natemoo-re / ultrafetch

Licence: other
Node-based fetch backed with an RFC-7234 compliant filesystem cache.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ultrafetch

gotcha
[Not Safe For Production] gotcha: inmemory-cache in Go (Golang) with customizable algorithm
Stars: ✭ 13 (-56.67%)
Mutual labels:  cache, cache-control
Node Fetch
A light-weight module that brings the Fetch API to Node.js
Stars: ✭ 7,176 (+23820%)
Mutual labels:  fetch, node-fetch
Nuster
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
Stars: ✭ 1,825 (+5983.33%)
Mutual labels:  cache, http-cache
GraphCMS-cache-boilerplate
The main goal of this service is to provide a reliable cache contingency backup plan in case a GraphCMS/GraphQL endpoint is failing.
Stars: ✭ 24 (-20%)
Mutual labels:  cache, cache-control
fastapi-etag
Convenience library for working with etags in fastapi
Stars: ✭ 19 (-36.67%)
Mutual labels:  etag, http-cache
node-fetch-cookies
node-fetch wrapper that adds support for cookie-jars
Stars: ✭ 15 (-50%)
Mutual labels:  fetch, node-fetch
React Query
⚛️ Hooks for fetching, caching and updating asynchronous data in React
Stars: ✭ 24,427 (+81323.33%)
Mutual labels:  fetch, cache
Tipple
A lightweight dependency-free library for fetching data over REST with React.
Stars: ✭ 133 (+343.33%)
Mutual labels:  fetch, cache
cachecontrol
Minimal HTTP cache management library in Scala
Stars: ✭ 13 (-56.67%)
Mutual labels:  cache-control, http-cache
node-http-client
🔌 A light-weight, performant, composable blueprint for writing consistent and re-usable Node.js HTTP clients
Stars: ✭ 21 (-30%)
Mutual labels:  fetch, node-fetch
node-fetch-har
Generate HAR entries for requests made with node-fetch
Stars: ✭ 23 (-23.33%)
Mutual labels:  fetch, node-fetch
sapper-httpclient
An isomorphic http client for Sapper
Stars: ✭ 48 (+60%)
Mutual labels:  fetch, node-fetch
souin
An HTTP cache system, RFC compliant, compatible with @TykTechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @gin-gonic, @zalando, @zeromicro, @nginx and @apache
Stars: ✭ 269 (+796.67%)
Mutual labels:  cache, http-cache
public
util toolkit for go.golang 通用函数包
Stars: ✭ 135 (+350%)
Mutual labels:  cache
tacky
Primitive Object Memoization for Ruby
Stars: ✭ 14 (-53.33%)
Mutual labels:  cache
netlify-plugin-cache
⚡ Generic plugin for caching any files and/or folders between Netlify builds
Stars: ✭ 19 (-36.67%)
Mutual labels:  cache
vue-methods-promise
Let Vue methods support return Promise
Stars: ✭ 35 (+16.67%)
Mutual labels:  fetch
etag plug
A simple to use shallow ETag plug
Stars: ✭ 18 (-40%)
Mutual labels:  etag
bazel-cache
Minimal cloud oriented Bazel gRPC cache
Stars: ✭ 33 (+10%)
Mutual labels:  cache
go-memoize
An easy, no-frills memoizer for Go. Cache your expensive function calls.
Stars: ✭ 63 (+110%)
Mutual labels:  cache

ultrafetch

node-fetch backed with an RFC-7234 compliant filesystem cache.

Supports fetching files using the file:// protocol.

Supports fetch using Node's built-in URL class rather than strings.

FAQ

Isn't unidici better than node-fetch?

Yes! But undici only supports fetch in [email protected]+. Until it is stable and widely available in an LTS version of node, node-fetch is a better choice.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].