View Source Buckaroo (buckaroo v0.4.2)

Simple :cowboy (v2) webserver with support for websockets.

Link to this section Summary

Functions

Setup a simple webserver handling HTTP requests including websockets.

Start a simple webserver handling HTTP requests including websockets.

Link to this section Functions

@spec child_spec(Keyword.t()) :: Supervisor.child_spec()

Setup a simple webserver handling HTTP requests including websockets.

@spec info(term(), map(), {module(), term()}) :: tuple()
@spec start_link(Keyword.t()) :: term()

Start a simple webserver handling HTTP requests including websockets.