awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
swooletw avatar

swooletw/laravel-swooleArchived

0
View on GitHub↗
4,030 estrellas·383 forks·PHP·MIT·7 vistas

Laravel Swoole

Este proyecto es un servidor de aplicaciones PHP basado en eventos y un puente de servidor HTTP que permite que las aplicaciones Laravel se ejecuten en un motor persistente. Al mantener la aplicación en memoria, elimina la sobrecarga de arranque típicamente requerida para cada solicitud individual para aumentar la velocidad de las mismas.

El servidor incluye un sandbox de estado de la aplicación que aísla el contenedor de la aplicación entre solicitudes para evitar fugas de datos y contaminación de estado. También cuenta con un almacén de datos de memoria compartida para recuperar información a través de múltiples procesos de trabajo y proporciona una implementación de servidor WebSocket para una comunicación persistente y bidireccional.

El sistema soporta operaciones de base de datos no bloqueantes y drivers de E/S asíncronos para manejar múltiples solicitudes simultáneas. Para el desarrollo, incluye un flujo de trabajo de recarga en caliente (hot-reload) que reinicia automáticamente el servidor al detectar cambios en el código fuente.

Features

  • High-Performance Framework Hosting - Provides a high-performance, persistent event-driven engine specifically for running Laravel applications.
  • High-Performance HTTP Servers - Implements a high-performance HTTP server that eliminates boot overhead by keeping the application in memory.
  • Asynchronous Database Drivers - Uses non-blocking database drivers to execute queries asynchronously and handle high concurrency.
  • Event-Driven Runtimes - Provides an event-driven server engine to process requests significantly faster than traditional PHP process managers.
  • Persistent Application Runtimes - Eliminates framework boot overhead by keeping the application loaded in memory across requests.
  • Asynchronous PHP Servers - Provides an asynchronous PHP server engine using event loops and non-blocking I/O for high concurrency.
  • Container State Resets - Resets the application container between requests to prevent cross-user data leakage.
  • Request State Sandboxes - Isolates the application container between requests to prevent state pollution.
  • Request-Level State Sandboxes - Isolates the application container between requests to prevent data leakage and state contamination.
  • Application Isolation - Sandboxes the application container to ensure environment isolation between individual requests.
  • Non-blocking I/O - Employs non-blocking I/O to handle multiple concurrent database and network operations without stalling the system.
  • In-Memory Worker Runtimes - Keeps the Laravel application bootloaded in memory across requests to eliminate environment bootstrap overhead.
  • Real-Time WebSocket Servers - Implements a real-time WebSocket server for persistent bidirectional communication with clients.
  • Worker Process Shared Memory - Provides high-speed information sharing between separate worker processes using memory-mapped tables.
  • In-Memory Data Stores - Implements a shared memory data store for high-performance information retrieval across worker processes.
  • Websocket Connection Managers - Maintains persistent WebSocket connections for real-time, bidirectional communication with clients.
  • Cross-Process State Sharing - Enables data access across multiple worker processes using shared memory mechanisms.
  • Real-Time Communication - Provides a persistent WebSocket server implementation for real-time bidirectional communication and live updates.

Historial de estrellas

Gráfico del historial de estrellas de swooletw/laravel-swooleGráfico del historial de estrellas de swooletw/laravel-swoole

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Laravel Swoole

Proyectos open-source similares, clasificados según cuántas características comparten con Laravel Swoole.
  • hhxsv5/laravel-sAvatar de hhxsv5

    hhxsv5/laravel-s

    3,882Ver en GitHub↗

    This project is a high-performance PHP application server designed to keep applications resident in memory, eliminating the bootstrap overhead typically associated with each request. It functions as a multi-protocol network server capable of handling HTTP, WebSocket, TCP, and UDP traffic simultaneously within a single instance. The system is distinguished by an event-driven worker pool and a high-precision task scheduler that executes recurring background jobs at millisecond intervals. It utilizes a shared memory state store for high-speed data access across worker processes and incorporates

    PHP
    Ver en GitHub↗3,882
  • undertow-io/undertowAvatar de undertow-io

    undertow-io/undertow

    3,748Ver en GitHub↗

    Undertow is a Java HTTP web server and non-blocking I/O server implementation. It functions as a Jakarta Servlet container and a WebSocket server, providing the infrastructure to execute standardized servlet components and maintain persistent full-duplex communication channels for real-time data exchange. The project is characterized by an asynchronous architecture that utilizes a non-blocking I/O model to handle large numbers of concurrent connections. It incorporates buffer-pooling mechanisms and zero-copy data transfers to reduce memory allocation and garbage collection pressure. The syst

    Javaajphacktoberfesthttp
    Ver en GitHub↗3,748
  • beyondcode/laravel-websocketsAvatar de beyondcode

    beyondcode/laravel-websockets

    5,083Ver en GitHub↗

    This is a self-hosted WebSocket server for Laravel applications designed to provide real-time communication and replace third-party managed messaging services. It provides a server-side PHP implementation of the WebSocket standard, enabling full-duplex communication between clients and servers. The project implements a Pusher-compatible protocol to integrate with existing frontend client libraries. It includes a dedicated debug dashboard for monitoring active connections, tracking network traffic, and analyzing real-time server performance. The system supports Laravel event broadcasting and

    PHPhacktoberfestlaravellaravel-echo
    Ver en GitHub↗5,083
  • jorisvink/koreAvatar de jorisvink

    jorisvink/kore

    3,825Ver en GitHub↗

    Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific

    Ccframeworkhigh-performance
    Ver en GitHub↗3,825
Ver las 30 alternativas a Laravel Swoole→

Preguntas frecuentes

¿Qué hace swooletw/laravel-swoole?

Este proyecto es un servidor de aplicaciones PHP basado en eventos y un puente de servidor HTTP que permite que las aplicaciones Laravel se ejecuten en un motor persistente. Al mantener la aplicación en memoria, elimina la sobrecarga de arranque típicamente requerida para cada solicitud individual para aumentar la velocidad de las mismas.

¿Cuáles son las características principales de swooletw/laravel-swoole?

Las características principales de swooletw/laravel-swoole son: High-Performance Framework Hosting, High-Performance HTTP Servers, Asynchronous Database Drivers, Event-Driven Runtimes, Persistent Application Runtimes, Asynchronous PHP Servers, Container State Resets, Request State Sandboxes.

¿Qué alternativas de código abierto existen para swooletw/laravel-swoole?

Las alternativas de código abierto para swooletw/laravel-swoole incluyen: hhxsv5/laravel-s — This project is a high-performance PHP application server designed to keep applications resident in memory,… undertow-io/undertow — Undertow is a Java HTTP web server and non-blocking I/O server implementation. It functions as a Jakarta Servlet… beyondcode/laravel-websockets — This is a self-hosted WebSocket server for Laravel applications designed to provide real-time communication and… jorisvink/kore — Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and… php/frankenphp — FrankenPHP is a Go-based PHP runtime and application server that integrates a web server and PHP interpreter to host… uwebsockets/uwebsockets — uWebSockets is a C++ networking framework that serves as a high-performance WebSocket server library, HTTP web server,…