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

https://github.com/piotrjustyna/erlang-sandbox

This is a sandbox repository I use to play with Erlang.
https://github.com/piotrjustyna/erlang-sandbox

Last synced: 8 months ago
JSON representation

This is a sandbox repository I use to play with Erlang.

Awesome Lists containing this project

README

          

- [Erlang Sandbox](#erlang-sandbox)
- [Contents](#contents)
- [Usage](#usage)

---

# Erlang Sandbox

This is a sandbox repository I use to play with Erlang.

## Contents

* Hello World
* Hello Docker
* Geometry_1:
* simple server process
* Geometry_2:
* simple server process
* handling unknown messages
* send/wait wrapper (rpc)
* Generic Servers
* name server
* server1
* ETS:
* Distilled core storage example
* Trigrams
* RETS:
* ETS via REST
* Sample Hello World code for now: creates a table and returns its basic info as HTML. Not JSON yet.

## Usage

To use this code on a vanilla machine, you will need:

* erlang
* rebar3
* docker