SaaSHub helps you find the best software and product alternatives Learn more →
Ranch Alternatives
Similar projects and alternatives to ranch
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better ranch alternative or higher similarity.
ranch discussion
ranch reviews and mentions
Posts with mentions or reviews of ranch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-10.
-
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
-
Why SOLID may be useful for you in Elixir
SMPPEX is based on ranch and handles TCP connections in the following way:
-
A note from our sponsor - SaaSHub
www.saashub.com | 4 Oct 2024
Stats
Basic ranch repo stats
3
1,185
4.2
3 months ago
ninenines/ranch is an open source project licensed under ISC License which is an OSI approved license.
The primary programming language of ranch is Erlang.