mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Merge branch 'websocket-example' of https://github.com/pvieytes/cowboy
This commit is contained in:
commit
cc52343e9b
11 changed files with 263 additions and 1 deletions
|
@ -19,7 +19,6 @@ Cowboy Examples
|
|||
* [echo_post](./examples/echo_post):
|
||||
parse and echo a POST parameter
|
||||
|
||||
|
||||
* [hello_world](./examples/hello_world):
|
||||
simplest example application
|
||||
|
||||
|
@ -28,3 +27,6 @@ Cowboy Examples
|
|||
|
||||
* [static](./examples/static):
|
||||
an example file server
|
||||
|
||||
* [websocket](./examples/websocket):
|
||||
websocket example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue