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

https://github.com/ostinelli/origami

My standard bootstrap project for distributed TCP applications.
https://github.com/ostinelli/origami

Last synced: 8 months ago
JSON representation

My standard bootstrap project for distributed TCP applications.

Awesome Lists containing this project

README

          

# origami
Origami is my standard bootstrap project for distributed TCP applications.

## Installation

### Software Dependencies
* [Erlang](http://www.erlang.org/) (22.0 or newer)

### Compile

```bash
$ make
```

## Starting origami

To start origami in development mode, from the project directory run:

```bash
$ make run
```

## Running tests

```bash
$ make tests
```

## Making a release

```bash
$ make release
```