3 مستودعات
Web frameworks built specifically for the Elixir programming language and the Erlang virtual machine.
Distinct from Web Frameworks: Distinct from generic Web Frameworks: specifically targets the Elixir ecosystem and its process-based concurrency model.
Explore 3 awesome GitHub repositories matching web development · Elixir Frameworks. Refine with filters or upvote what's useful.
Phoenix is a server-side web framework built for the Elixir programming language and the Erlang virtual machine. It provides a structured environment for developing applications using the model-view-controller pattern, enabling developers to manage data, render user interfaces, and handle incoming requests within a scalable, process-based architecture. The framework distinguishes itself as a platform for real-time web communication, utilizing persistent bidirectional connections to broadcast live updates to clients. It incorporates a dedicated abstraction layer for relational database integra
Provides a server-side web framework built for the Elixir programming language and the Erlang virtual machine.
This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven
Develops application logic using Elixir OTP principles and context boundaries.
Phoenix LiveView is an Elixir-based framework that renders HTML on the server and sends only the changed parts to the client over a persistent WebSocket connection. It operates on a process-per-connection model, where each user session runs in its own isolated Elixir process for fault tolerance and independent state management, and includes a LongPolling fallback transport for environments where WebSocket connections are unavailable. The framework provides server-side rendered diffs and WebSocket-based state synchronization to maintain a continuous bidirectional channel between server and cli
An Elixir-based framework that renders HTML on the server and sends minimal diffs to the client over persistent WebSocket connections.