Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 598 Bytes

File metadata and controls

37 lines (24 loc) · 598 Bytes

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