An open API service indexing awesome lists of open source software.

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

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:

[![thumbnail](./thumbnail.png)](https://www.youtube.com/watch?v=ilH6qb1AP6s)