cowboy_examples_in_elixir
cowboy_examples_in_elixir copied to clipboard
Various examples using Bullet in Elixir
Cowboy Examples in Elixir
These are some examples of how to use cowboy from Elixir.
Bidirection IO
These examples show off bidirectional IO in a browser. SockJS is more well known, but bullet seems like a much simpler implementation.
- Bullet Clock - use bullet to show a clock.
- SockJS Echo - use sockjs-erlang to echo back what's entered.
- Stacker on the Web - use sockjs to give an interface to the stacker sample app.
- Cookie Middleware - add a session cookie to each incoming request that doesn't have one