Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unloop/erlang-ws
https://github.com/unloop/erlang-ws
erlang service websockets ws
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/unloop/erlang-ws
- Owner: unloop
- License: other
- Created: 2013-11-05T12:45:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T06:35:22.000Z (about 11 years ago)
- Last Synced: 2023-02-28T14:07:19.304Z (over 1 year ago)
- Topics: erlang, service, websockets, ws
- Language: Erlang
- Size: 844 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Websocket example
=================To try this example, you need GNU `make` and `git` in your PATH.
To build the example, run the following command:
``` bash
$ make
```To start the release in the foreground:
``` bash
$ ./_rel/bin/websocket_example console
```Then point your browser at [http://localhost:8080](http://localhost:8080).
=======
erlang-websocket
================