https://github.com/jwheare/hotline
Browser based Hotline client in Erlang
https://github.com/jwheare/hotline
chat erlang hotline javascript
Last synced: 8 months ago
JSON representation
Browser based Hotline client in Erlang
- Host: GitHub
- URL: https://github.com/jwheare/hotline
- Owner: jwheare
- License: mit
- Created: 2011-07-11T00:25:27.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T08:20:46.000Z (about 3 years ago)
- Last Synced: 2025-04-13T05:53:36.794Z (about 1 year ago)
- Topics: chat, erlang, hotline, javascript
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Erlang Hotline client with a web UI.
## Dependencies:
* erlang: http://www.erlang.org/downloads
* rebar3: https://www.rebar3.org/
## Usage
1. Make a file in apps/hotline/priv/conf/local.conf that looks like this:
```
{connection_hostname, <<"example.com">>}.
{connection_title, <<"Example">>}.
{connection_name, <<"Nickname">>}.
{connection_username, <<"username">>}.
{connection_password, <<"password">>}.
{connection_icon, 150}.
```
2. Build with `make compile`
3. Run the app with `make start`
4. Point a browser at http://localhost:55500/
---
Wiki on the Hotline protocol: http://hotline.wikia.com/wiki/Hotline_Wiki