cowlib
hackney
cowlib | hackney | |
---|---|---|
1 | 3 | |
280 | 1,332 | |
0.7% | - | |
5.1 | 4.7 | |
3 months ago | about 2 months ago | |
Erlang | Erlang | |
ISC License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cowlib
-
Oh Erlang... where have you been all my life?
RE: HTTP/Web Sockets/TCP/UDP/etc. - check out NineNines libraries: Ranch (TCP Socket Acceptor), Cowboy (HTTP Server), Gun (HTTP client), and CowLib (General HTTP/SPDY library) are pretty good from what I hear.
hackney
-
Probuild Ex Part One
Once the project is created, open up mix.exs. We will add tesla my goto HTTP client and hackney to use as an adapter. In the deps section add.
- ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
-
Open-source Deep Dive: Hound
Hackney GitHub repository
What are some alternatives?
cowboy - Small, fast, modern HTTP server for Erlang/OTP.
httpoison - Yet Another HTTP client for Elixir powered by hackney
ranch - Socket acceptor pool for TCP protocols.
tesla - The flexible HTTP client library for Elixir, with support for middleware and multiple adapters.
gun - HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
httpotion - [Deprecated because ibrowse is not maintained] HTTP client for Elixir (use Tesla please)
ast_ninja - The Elixir AST explorer
lhttpc - What used to be here -- this is a backwards-compat user and repo m(
CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Ralitobu.Plug - Elixir Plug for Ralitobu, the Rate Limiter with Token Bucket algorithm
HttpBuilder - A DSL for building chainable, composable HTTP requests. API structure taken from the lovely elm-http-builder
Maxwell - Maxwell is an HTTP client which support for middleware and multiple adapters.