Open Source Erlang Software Development Software

Erlang Software Development Software

View 5997 business solutions

Browse free open source Erlang Software Development Software and projects below. Use the toggles on the left to filter open source Erlang Software Development Software by OS, license, language, programming language, and project status.

  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    Erlang/OTP

    Erlang/OTP

    Build massively scalable soft real-time systems

    Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools. Erlang/OTP is available as pre-built binary packages by most OS package managers. You can use Kerl, a script that lets you easily build Erlang with a few commands. We take security bugs in Erlang/OTP seriously. The Erlang distribution includes a step-by-step getting started guide.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    CloudI: A Cloud at the lowest level
    CloudI is an open-source private cloud computing framework for efficient, secure, and internal data processing. CloudI provides scaling for previously unscalable source code with efficient fault-tolerant execution of ATS, C/C++, Erlang/Elixir, Go, Haskell, Java, JavaScript/node.js, OCaml, Perl, PHP, Python, Ruby, or Rust services. The bare essentials for efficient fault-tolerant processing on a cloud!
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Erlang OPENGL/SDL api and utilities.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    An Excel addin and server framework for implementing remote excel user-defined functions (UDFs). This framework is designed to provide a centralised warehouse of functions for Excel users (eg. within an organisation).
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    AOP for Erlang

    Aspect Oriented Programming (AOP) for Erlang

    Implementation of Aspect Oriented Programming (AOP) for Erlang. The AOP weaver is running against a target set of source files and controlled by aspect definitions. The weaver is implemented as a parse transformation function of Erlang compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Bluetail Ticket Tracker (BTT) is a system for creating, storing and keeping track of tickets. BTT can also store customer info and mail, as well as general information structures (e.g FAQ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Python implementation of Erlang concurrency primitives. Erlang is widely respected for its elegant built-in facilities for concurrent programming. This package attempts to emulate those facilities as closely as possible in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Ceylan

    General-purpose Portable Open Source C++ Library

    The Ceylan library is a Free (LGPL/GPL) General-purpose Portable Open Source C++ Library, offering frameworks and abstractions of lower-level layers to ease software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Chicago Boss

    Chicago Boss

    Erlang web MVC, now featuring Comet

    Chicago Boss is a server framework inspired by Rails and written in Erlang. It offers all the conveniences of modern web development, including Comet. What sets Chicago Boss apart from other non-Erlang frameworks is that it can handle large amounts of traffic without any drop in performance. What sets Chicago Boss apart from other Erlang frameworks is that it is easy to set up and use. Build your next website with Erlang, the world’s most advanced networking platform. Do you pine for a simpler time when web pages loaded in under one second? Chicago Boss is the answer to slow server software: a Rails-like framework for Erlang that delivers web pages to your users as quickly and efficiently as possible. Chicago Boss is already being used in production on a number of internal as well as public-facing websites. If you like what you've read so far, you can download the latest code, browse the API documents, read the PDF tutorial, check out our wiki, or come and talk to us!
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Cotton is an implementation of the Hessian data binding protocol for the Erlang programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Distributed Erlang in Emacs Lisp. Consists of a library for Emacs/Erlang integration, and a suite of tools built atop it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    As examples and best practices for using Erlang Common Test are rare, this project aims to make a collection of how-to's and example code showing best practices for solving common tasks involving Erlang Common Test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The ERDialog project offers a simple browser framework for small projects written in Erlang. Written applets include a bittorrent client, address book, text editor, AI experiments and graphics and music applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    !!!!!!!!!Project was moved to https://sourceforge.net/projects/erlangmodeforqtcreator/ Erlang Editor Plugin ==================== Plugin for QtCreator to edit Erlang source files Functions: - indentation (based on vimerl https://github.com/jimenezrick/vimerl) - code folding - syntax highlighting - autocompleter for ",',(,[,{,<< - Code wizards for the OTP behaviours (https://github.com/jimenezrick/vimerl)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Erlang Mode For QtCreator

    Erlang Mode for QtCreator

    Erlang Mode for QtCreator (Erlang IDE) supports editing Erlang files, code completion, syntax highlighting and ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Erlang Resource Pool

    Resource Pool manages reusable resources among multiple processes.

    Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Achieving result is better performance and throughput. The resource pool was inspired by Java Apache's commons pool and adopts API and main principals from this project. Database connection is most popular example for pooling resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Erlang Run Time System compiled as a static library for the iPhone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Easy Erlang IDE for developer and text editor, it's erl compiling, running, debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Gtk language binding for Erlang with Glade/Gnome support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Erlava

    Erlava

    Hobby programming language for application development

    Erlava is a hobby programming language focusing on building applications fast and easily while still intergrating with the JVM. Erlava aims to provide developers with a versatile and efficient tool for crafting high-quality software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Erlang/Scala IDE based on NetBeans. With syntax checking, syntax highlighting, auto-completion, pretty formatter, occurrences mark, brace matching, indentation, code folding, function navigator, go to declaration, project management, shell console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A plugin for Maven 2 (http://maven.apache.org) to manage Erlang projects : initial setup, build, unit tests, documentation, project web site, deployment, dependencies management, dynamic code loading on a remote erlang node, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    N2O

    N2O

    Distributed WebSocket Application Server ISO 20922

    N2O is an embeddable message protocol loop library for WebSocket, HTTP, MQTT and TCP servers. It provides basic features, such as process management, virtual nodes ring for request processing, sessions, frame encoding, and unified API for external mq and caching services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Connector for integrating OTP with Enterprise Service Bus. All the code is released under LGPL 3. Parts of the code are also released under the Mozilla Public License MPL 1.1 and Erlang Public License the same license which is used for Erlang/OTP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project has moved! Go to https://github.com/yenrab/qchybrid
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB