Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: erlang Clear Filter

Ejabberd 25.08 / ProcessOne – Erlang Jabber/XMPP/Matrix Server – Communication

Release Highlights: This release includes the support for Hydra rooms in our Matrix gateway, which fixes high severity protocol vulnerabilities. If you are upgrading from a previous version, there are no changes in SQL schemas, configuration, API commands or hooks. Other contents: Below is a detailed breakdown of the improvements and enhancements: Improvements in Matrix gateway The ejabberd Matrix gateway now supports Hydra rooms (Matrix room version 12). This fix some high severity protoc

Supporting the BEAM community with free CI/CD security audits

Keep up to date with the latest news, best practice ideas and exclusive offers. Don’t miss out. Sign up here. Sign up for our quarterly newsletter At Erlang Solutions, our support for the BEAM community is long-standing and built into everything we do. From contributing to open-source tools and sponsoring events to improving security and shaping ecosystem standards, we’re proud to play an active role in helping the BEAM ecosystem grow and thrive. One way we’re putting that support into action

Nova: A New Web Framework for Erlang

Hi Hacker News community, I'm excited to share Nova, a new web framework built for Erlang, designed to make web development in Erlang simpler, faster, and more approachable. Nova leverages Erlang's concurrency, reliability, and scalability to create a robust yet lightweight framework for building modern web applications. Key features: * Lightweight and modular: Easy to integrate with existing Erlang projects. * Built for concurrency: Harnesses Erlang's actor model for high-performance web ap

Swift-erlang-actor-system

I'm excited to share a new actor system we've been building for Swift's distributed actors: swift-erlang-actor-system. This actor system enables Swift programs to join a distributed Erlang cluster. Here's an example of a simple chat program using the actor system: Demo Video Erlang (and other languages that run on its VM) can connect multiple runtime systems together with distributed Erlang. Each runtime is referred to as a "node". Erlang also supports "C nodes", which allow a program other