|
|
|
|
|
by simoncion
3911 days ago
|
|
I guess you didn't read my other comment in this thread. Please read it. ;) > As far as I know there's no such thing as a `Cowboy application`. From one pedant to another: "I know that." >:) However, there is (to put it loosely in OTP terms) a set of Cowboy behaviours. Your application is expected to implement one or more of these. While the API for these behaviours is reasonably documented, the Cowboy equivalent of the -say- gen_server "User's Guide" is so sparse as to be almost non-existent. |
|
I think one reasonable strategy of learning how some piece of software works or is meant to be used – especially when documentation is poor – is to just look at the source code (tests included).
I'm just getting started with the Phoenix framework, and I'm learning Elixir at the same time and reading through the source code helps me a lot, because:
One can get reasonable understanding of software at the interplay between reading the docs and reading the source code.