Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/221v/eauc

erlang pay-all auction (dollar auction)
https://github.com/221v/eauc

Last synced: 6 days ago
JSON representation

erlang pay-all auction (dollar auction)

Awesome Lists containing this project

README

        

Erlang all-pay-auction application for web
=======================================

Erlang implementation of the "Dollar auction" - "non-zero sum sequential game"
https://en.wikipedia.org/wiki/Dollar_auction

-------------
Prerequisites
-------------
* erlang (v 20 or higher)
* postgresql (v 9.5 or higher)
* pgbouncer (optional - change port to postgresql)
* nginx (optional - change websocket_port to default)
* letsencrypt certbot (optional)
* make
* inotify-tools (Linux, for filesystem watching)

Includes
---
* n2o ( github.com/synrc/n2o )
* nitro ( github.com/synrc/nitro )
* mad ( github.com/synrc/mad )
* otp.mk ( github.com/synrc/otp.mk )
* erlydtl ( github.com/evanmiller/erlydtl )
* epgsql ( github.com/epgsql/epgsql )
* vanilla.js ( vanilla-js.com )

Run
---
On Linux

$ ./mad deps compile plan repl
$ CTRL + C
$ make start
$ make attach
$ CTRL + D