[99s-extend] websocket over ssl
e at bestmx.net
e at bestmx.net
Sat Jan 10 16:28:19 CET 2015
thanx again.
now everything "magically" works :)
On 01/10/2015 03:34 PM, Loïc Hoguin wrote:
> 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)
>
More information about the Extend
mailing list