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

19 lines
361 B
Markdown
Raw Normal View History

Websocket example
=================
2013-01-23 15:05:35 +01:00
To try this example, you need GNU `make` and `git` 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/websocket_example/bin/websocket_example console
2013-01-23 15:05:35 +01:00
```
Then point your browser at [http://localhost:8080](http://localhost:8080).