https://github.com/stwind/erlvue
A Modern Take on Erlang Webtools
https://github.com/stwind/erlvue
Last synced: about 1 year ago
JSON representation
A Modern Take on Erlang Webtools
- Host: GitHub
- URL: https://github.com/stwind/erlvue
- Owner: stwind
- Created: 2013-08-28T15:54:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-02T08:42:37.000Z (over 12 years ago)
- Last Synced: 2025-02-14T06:36:18.191Z (over 1 year ago)
- Language: Erlang
- Size: 316 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Erlvue: A Modern Take on Erlang Webtools
### Setting
```erlang
{erlvue, [
{ip, "127.0.0.1"},
{port, 9081},
{ssl, false},
{acceptors, 5},
{dispatch_file, "priv/dispatch.script"},
{wamp_uri_file, "priv/wamp_uri.script"}
]}
```
### Running Demo
```bash
./start-dev.sh
```