[99s-extend] websocket over ssl

Loïc Hoguin essen at ninenines.eu
Sat Jan 10 15:34:41 CET 2015


Just kernel, stdlib, ssl, cowboy should be enough. Order does not matter 
I think.

On 01/10/2015 03:28 PM, e at bestmx.net wrote:
>> In Cowboy, use start_https instead of start_http.
>
> thanx! it makes a lot of sense for me.
> tell me please what deps should be declared in the .app file?
>
> is the following correct?
>
>      {applications, [
>          kernel,
>          stdlib,
>          crypto,
>          public_key,
>          ssl,
>          cowboy
>      ]},
>
> does the order matters?
>
> (i borrowed that from the internet without deep understanding of the
> roles of each app on the list)

-- 
Loïc Hoguin
http://ninenines.eu


More information about the Extend mailing list