Skip to content

tsoding/pastebeam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published