Skip to content

Instantly share code, notes, and snippets.

View itzzzme's full-sized avatar

Sayan itzzzme

View GitHub Profile
@itzzzme
itzzzme / index.js
Last active April 20, 2025 11:13
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(