If I deploy [workerd](https://github.com/cloudflare/workerd) to the server by myself, can I do perfo
GitHub
The JavaScript / Wasm runtime that powers Cloudflare Workers - cloudflare/workerd
Requests to static assets are free and unlimited.Requests today immediately.Does cloudflare support the cache to prevent call worker everytime?You asked this in #workers-feature-suggestions. Please try and keep conversations to one channel to avoid confusion for people trying to help.

npm i @hono-rate-limiter/cloudflare. There is 1 other project in the npm registry using @hono-rate-limiter/cloudflare.
og-img lib

import { connect } from 'cloudflare:sockets';
// if keep socket connection here will charge CPU time?
const socket = connect(gopherAddr);
export default {
async fetch(req): Promise<Response> {
}
}