cowlib
cowboy
cowlib | cowboy | |
---|---|---|
1 | 10 | |
280 | 7,277 | |
0.7% | 0.4% | |
5.1 | 7.9 | |
3 months ago | 3 months ago | |
Erlang | Erlang | |
ISC License | ISC License |
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.
cowboy
-
Does the Heroku Ruby Stack use Log4j?
According to the 'Server' response header, Cowboy is the customer facing web server https://github.com/ninenines/cowboy
-
How to create an Erlang rebar3 release derivation with dependencies?
===> sh(git clone -n https://github.com/ninenines/cowboy .tmp_dir636214859401) failed with return code 128 and the following output: Cloning into '.tmp_dir636214859401'... fatal: unable to access 'https://github.com/ninenines/cowboy/': SSL certificate problem: unable to get local issuer certificate
-
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.
-
Build an Elixir Redis Server that's 100x faster than HTTP
Ranch is a pretty well optimized and battle hardened tcp acceptor. It powers the Cowboy/Phoenix server which scales to extreme level of concurrency and low latency. Cowboy uses ranch to pool and accept connections and I believe it uses {active,once}.
https://github.com/ninenines/cowboy
https://github.com/ninenines/ranch
-
try-catch vs "let it crash"
I have a web application which uses cowboy and cachex every so often cachex errors, which means my server returns a 500.
-
Most trafficked Flask site online?
Cowboy is a small, fast and modern HTTP server for Erlang/OTP.
-
Criando serviço de envio de e-mail com ELIXIR!🔮
plug_cowboy: Uma implementação do Cowboy para o Elixir.
- Ti hogy implementálnátok a https://vakcinareg.neak.gov.hu/regisztracio oldalt?
-
Learn how to deploy Elixir apps on Heroku
We are going to be using the light http server Cowboy and the adapter Plug to return our data.
-
Is Erlang Worth Learning in 2021?
At the core of your web app (and any other app that works with HTTP) will be Cowboy, but further than that, you need to know what a web app consists of and pick your tools for each layer separately.
What are some alternatives?
hackney - simple HTTP client in Erlang
bandit - Bandit is a pure Elixir HTTP server for Plug & WebSock applications
ranch - Socket acceptor pool for TCP protocols.
elli - Simple, robust and performant Erlang web server
gun - HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
plug_cowboy - Plug adapter for the Cowboy web server
ast_ninja - The Elixir AST explorer
CouchDB - Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
heroku-buildpack-nodejs - Heroku's buildpack for Node.js applications.
X-Road - Source code of the X-Road® data exchange layer software
mochiweb - MochiWeb is an Erlang library for building lightweight HTTP servers.