Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/221v/eauc
- Owner: 221V
- License: mit
- Created: 2018-04-02T16:28:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T19:32:39.000Z (over 6 years ago)
- Last Synced: 2023-10-20T15:46:25.168Z (about 1 year ago)
- Language: Erlang
- Size: 95.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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