elli
cowboy
elli | cowboy | |
---|---|---|
- | 10 | |
663 | 7,257 | |
- | 0.5% | |
0.0 | 7.9 | |
about 6 years ago | 2 months ago | |
Erlang | Erlang | |
MIT 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.
elli
We haven't tracked posts mentioning elli yet.
Tracking mentions began in Dec 2020.
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?
mochiweb - MochiWeb is an Erlang library for building lightweight HTTP servers.
bandit - Bandit is a pure Elixir HTTP server for Plug & WebSock applications
http - HTTP server for Elixir
plug_cowboy - Plug adapter for the Cowboy web server
lhttpc - What used to be here -- this is a backwards-compat user and repo m(
ranch - Socket acceptor pool for TCP protocols.
httpoison - Yet Another HTTP client for Elixir powered by hackney
heroku-buildpack-nodejs - Heroku's buildpack for Node.js applications.
X-Road - Source code of the X-Road® data exchange layer software
gun - HTTP/1.1, HTTP/2, Websocket client (and more) for Erlang/OTP.
HttpCanary - A powerful capture and injection tool for the Android platform