Skip to content

tsoding/pastebeam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published