0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00
cowboy/examples/websocket/README.md

20 lines
384 B
Markdown
Raw Normal View History

Websocket example
=================
2013-01-23 15:05:35 +01:00
To try this example, you need GNU `make`, `git` and
[relx](https://github.com/erlware/relx) in your PATH.
2013-01-23 15:05:35 +01:00
To build the example, run the following command:
2013-01-23 15:05:35 +01:00
``` bash
$ make
2013-01-23 15:05:35 +01:00
```
To start the release in the foreground:
``` bash
$ ./_rel/bin/websocket_example console
2013-01-23 15:05:35 +01:00
```
Then point your browser at [http://localhost:8080](http://localhost:8080).