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.
- Host: GitHub
- URL: https://github.com/piotrjustyna/erlang-sandbox
- Owner: PiotrJustyna
- Created: 2016-07-23T02:06:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T12:06:07.000Z (about 6 years ago)
- Last Synced: 2025-01-11T16:38:58.450Z (9 months ago)
- Language: Erlang
- Size: 1.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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