SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Erlang Erlang Projects
-
Before applying our application to the cluster, we need to make sure there is a MQTT broker running that can be reached from within the cluster. For simplicity, we are deploying an EMQX MQTT broker as a Pod in the cluster along with a service we can configure as the address for the MQTT trigger in our Spin application. For testing purposes, we will also apply a fake sound sensor to the cluster that publishes sound values to the broker. Apply these resources from the example repository:
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
CouchDB
Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
Project mention: CouchDB: Offline-first with multi-master synchronization using Docker and Docker-compose | dev.to | 2024-11-05In this post, I'll show how to simulate a multi-master synchronization with Apache CouchDB considering an off-line scenario. To reach this goal, I'll use Docker and Docker compose.
-
Project mention: Mongoose IM 6.2.1 – Erlang Solutions robust, scalable and efficient XMPP server | news.ycombinator.com | 2024-05-01
-
vernemq
A distributed MQTT message broker based on Erlang/OTP. Built for high quality & Industrial use cases. The VerneMQ mission is active & the project maintained. Thank you for your support!
-
tsung
Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.
-
In recent years there has been some improvement with the available tooling with the likes of rebar3[1] and just a few months ago WhatsApp released ELP (Erlang Language Platform)[2] which integrates with your IDE as a language server that provides really nice support when working with Erlang.
[1]: https://www.rebar3.org/
[2]: https://whatsapp.github.io/erlang-language-platform/
-
MongooseIM
MongooseIM is Erlang Solutions' robust, scalable and efficient XMPP server, aimed at large installations. Specifically designed for enterprise purposes, it is fault-tolerant and can utilise the resources of multiple clustered machines.
Disclaimer: I'm an XMPP server developer and work on [MongooseIM](https://github.com/esl/MongooseIM).
> XMPP was invented at a time, where communicating online meant sending a message from one device to another. However, the modern expectations for messaging apps are much more than that. Sending media, using multiple devices, deleting messages, editing messages, read receipts, notifications when typing, group chats, threads, and even managing communities are all things a modern messenger app should be able to do.
XMPP provides all of these features and manages to keep up with commercial products really well. Everything Slack or Discord offer is there in the XMPP protocol. And if it wasn't, it could be relatively easily added, thanks to it being extensible.
However, navigating the protocol and software supporting it requires a little bit of know-how. If the OP is interested in building a product incorporating instant messaging and the satellite features, I'd suggest partnering up with somebody with this know-how. Scalable servers would be MongooseIM or ejabberd, polished clients are Conversations or Movim.
If it's a question about which protocol to use for a homeserver, then maybe something focused on ease of setup would work best, like Prosody.
> The fundamental operating principle has shifted from mere message passing to synchronising a common state between all participants.
So it should all be based on blockchain, shouldn't it? ;)
-
-
-
-
-
-
-
-
aeternity
æternity blockchain - scalable blockchain for the people - smart contracts, state channels, names, tokens
-
-
-
-
-
ra
A Multi-Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Erlang/OTP doesn't handle leader election, and by itself is bad at handling netsplits.
There is https://github.com/rabbitmq/ra which is a Raft implementation in Erlang that is Jepsen-tested. You could use it to build "etcd in Erlang", or https://github.com/rabbitmq/khepri which is built on top of Ra.
-
-
That said, Rewire is not a silver bullet and it might not be the right tool for every project. It is important to evaluate Rewire alongside tools like Meck and make a decision based on your project and team's needs.
Erlang Erlang discussion
Erlang Erlang related posts
-
Building HTTP/JSON API In Gleam: Introduction
-
Ask HN: What is the best way to learn Erlang?
-
Crocotile3D low poly modelling tool
-
Advanced Dependency Injection in Elixir with Rewire
-
Ask HN: Is Blender the Best 3D Design Tool or Are There Better Alternatives?
-
Mongoose IM 6.2.1 – Erlang Solutions robust, scalable and efficient XMPP server
-
Leofs – S3 / NFS object store
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Jan 2025
Index
What are some of the best open-source Erlang projects in Erlang? This list will help you:
# | Project | Stars |
---|---|---|
1 | emqx | 14,327 |
2 | cowboy | 7,331 |
3 | CouchDB | 6,353 |
4 | ejabberd | 6,152 |
5 | vernemq | 3,258 |
6 | tsung | 2,553 |
7 | Rebar3 | 1,715 |
8 | MongooseIM | 1,675 |
9 | clojerl | 1,657 |
10 | poolboy | 1,562 |
11 | LeoFS | 1,555 |
12 | alpaca | 1,441 |
13 | observer_cli | 1,402 |
14 | hackney | 1,339 |
15 | bitcask | 1,298 |
16 | aeternity | 1,073 |
17 | lorawan-server | 959 |
18 | partisan | 943 |
19 | gun | 909 |
20 | proper | 880 |
21 | ra | 839 |
22 | zotonic | 823 |
23 | meck | 819 |