bandit
cowboy
bandit | cowboy | |
---|---|---|
6 | 11 | |
1,754 | 7,336 | |
1.8% | 0.2% | |
9.2 | 7.0 | |
6 days ago | 3 days ago | |
Elixir | 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.
bandit
-
HTTP/2 Continuation Flood: Technical Details
I'd just mitigated this exact thing in Bandit last month!
https://github.com/mtrudel/bandit/blob/main/lib/bandit/http2...
TBH, from an implementors perspective this is a super obvious thing to cover off. It had long been on my radar and was something that I'd always figured other implementations had defended against as well.
-
Anyone using bandit in prod?
[1] https://github.com/mtrudel/bandit/blob/main/lib/bandit/websocket/permessage_deflate.ex
-
Phoenix 1.7 is View-less
Could even switch over to Bandit which was on a recent Thinking Elixir podcast
> In recent performance tests, Bandit's HTTP/1.x engine is up to 5x faster than Cowboy depending on the number of concurrent requests. When comparing HTTP/2 performance, Bandit is up to 2.3x faster than Cowboy
https://github.com/mtrudel/bandit
- Bandit is a pure Elixir HTTP server for Plug and WebSock applications
- (Elixir / Erlang) Bandit's HTTP/1.x engine is up to 5x faster
cowboy
-
Building HTTP/JSON API In Gleam: Introduction
You may have realised that I said mist is a web server written in Gleam. That’s because you can use web servers (literally any code) written in Erlang or Elixir, in Gleam. There’s Gleam Cowboy, which is an adapter for the cowboy server that’s written in Erlang.
-
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.
What are some alternatives?
elixir-ls - A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
plug_cowboy - Plug adapter for the Cowboy web server
FunkyABX - Audio blind tests
X-Road - Source code of the X-Road® data exchange layer software
http - HTTP server for Elixir
elli - Simple, robust and performant Erlang web server
json_view - Elixir library to render Json with relationship
heroku-buildpack-nodejs - Heroku's classic buildpack for Node.js applications.
eqwalizer - A type-checker for Erlang
HttpCanary - A powerful capture and injection tool for the Android platform
programming-phoenix-liveview - Programming Phoenix LiveView Book Code & Solutions to "Give it a try"s
ranch - Socket acceptor pool for TCP protocols.