Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxweichers/bare-server-workers
Bare server with cloudflare workers!
https://github.com/maxweichers/bare-server-workers
bareserver cloudflare cloudflare-pages cloudflare-workers free freeproxy freeproxylist http https proxy school schoolproxy schoool-unblocker static-proxy tomphttp ultraviolet unblocker
Last synced: 19 days ago
JSON representation
Bare server with cloudflare workers!
- Host: GitHub
- URL: https://github.com/maxweichers/bare-server-workers
- Owner: MaxWeichers
- License: gpl-3.0
- Created: 2024-04-17T14:59:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:13:24.000Z (10 months ago)
- Last Synced: 2024-11-26T08:09:03.863Z (3 months ago)
- Topics: bareserver, cloudflare, cloudflare-pages, cloudflare-workers, free, freeproxy, freeproxylist, http, https, proxy, school, schoolproxy, schoool-unblocker, static-proxy, tomphttp, ultraviolet, unblocker
- Language: TypeScript
- Homepage: https://bare-server-workers.vercel.app
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOMP Bare Server
This repository implements the TompHTTP bare server. See the specification [here](https://github.com/tomphttp/specifications/blob/master/BareServer.md).
##
In use with proxies! All you need to do is deploy this to cloudflare, get the worker url clone this [repo](https://github.com/MaxWeichers/UntitledProxy)(can be hosted static!) and put the workers url in the place bare server link## What I did
I fixed some things from this repo
## Quickstart1. Clone this repository
```sh
git clone https://github.com/tomphttp/bare-server-worker.git
```2. Install
```sh
npm install
```3. Build
```sh
npm run build
```Output will contain:
- dist/sw.js - All-in-one service worker. Automatically creates the Bare Server.
- dist/index.js - ESM library. For use in environments where scripts can be imported.