Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
## Quickstart

1. 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.