/pastebeam

TCP-only pastebin-like service with Proof-of-Work

Primary LanguageErlangMIT LicenseMIT

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

$ erl
> c(pastebeam).
> pastebeam:start().

Client

Get

$ telnet <host> <port>
> GET <id>

Post

$ ./post.py <host> <port> <file-path>

Screencast

This project is initially developed on a livestream:

thumbnail