Skip to content

Instantly share code, notes, and snippets.

@TheElite44
TheElite44 / index.js
Created July 29, 2025 13:29 — forked from itzzzme/index.js
Setting up reversed proxy server
//install wrangle and init a project to initialize the worker
//add the code given below in index.js
import { Hono } from 'hono';
import { cors } from 'hono/cors';
const app = new Hono();
app.use(