WebSockAdapter
WebSockAdapter is a library of adapters from common Web Servers to the
WebSock specification. WebSockAdapter currently supports
Bandit and
Cowboy.
For details on the WebSock specification, consult the
WebSock documentation.
Installation
The websock_adapter package can be installed by adding websock_adapter to your list of dependencies in mix.exs:
def deps do
[
{:websock_adapter, "~> 0.4.2"}
]
endDocumentation can be found at https://hexdocs.pm/websock_adapter.
License
MIT