Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomphttp/specifications
Specifications for TompHTTP software/scripts.
https://github.com/tomphttp/specifications
proxy tomphttp websocket
Last synced: about 2 months ago
JSON representation
Specifications for TompHTTP software/scripts.
- Host: GitHub
- URL: https://github.com/tomphttp/specifications
- Owner: tomphttp
- License: gpl-3.0
- Created: 2022-01-31T03:53:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T22:37:11.000Z (over 1 year ago)
- Last Synced: 2023-06-14T01:54:34.546Z (over 1 year ago)
- Topics: proxy, tomphttp, websocket
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 10
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TOMPHTTP Specifications
## What is TOMP?
TOMP (acronym for Too Many Proxies) is an organization containing new standards and implementations for web proxies built on Service Workers.
## Why should I use the TOMP specifications?
Many proxies have been successful without following any specifications. Although the proxies may run very well, there is no unified backend or protocol. Prior to the TOMP model, if you wanted to set up 10 proxies, you needed to set up 10 servers. The TOMP model accomplishes a unified backend. In practice, you can have 10 implementations that use only one bare server, saving not only resources but the maintenance required for multiple servers.
Creating specifications allows for productivity. One developer can implement the TOMP model without having to write an entire backend, instead they can set up a Bare Server. This not only saves valuable time but allows the developer to focus more on the code they write, not HTTP/S frameworks or URL parsing libraries.
## Listing
[Bare Server](./BareServer.md)
[Proxy Model](./ProxyModel.md)
[WebSocket Protocol](./WebSocketProtocol.md)
## Planning
Although we take issues and pull requests, a lot of planning for new specifications happens in our [Discord server](https://discord.gg/UfETkrJBtT).
## List of implementations
https://github.com/tomphttp/implementations