https://github.com/tsoding/pastebeam
TCP-only pastebin-like service with Proof-of-Work
https://github.com/tsoding/pastebeam
Last synced: 2 months ago
JSON representation
TCP-only pastebin-like service with Proof-of-Work
- Host: GitHub
- URL: https://github.com/tsoding/pastebeam
- Owner: tsoding
- License: mit
- Created: 2025-07-14T22:05:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-16T13:18:12.000Z (8 months ago)
- Last Synced: 2025-07-17T00:47:56.832Z (8 months ago)
- Language: Erlang
- Size: 68.4 KB
- Stars: 31
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasteBEAM
> [!WARNING]
> The protocol is not fully finalized yet, so anything can be changed at any moment. For the latest info on how the protocol works always consult this repos code.
TCP-only pastebin-like service with Proof-of-Work.
## Quick Start
### Server
```console
$ erl
> c(pastebeam).
> pastebeam:start().
```
### Client
#### Get
```
$ telnet
> GET
```
#### Post
```
$ ./post.py
```
## Screencast
This project is initially developed on a livestream:
[](https://www.youtube.com/watch?v=ilH6qb1AP6s)