All Projects → appserver-io → Appserver

appserver-io / Appserver

Licence: osl-3.0
A multithreaded application server for PHP, written in PHP.

Projects that are alternatives of or similar to Appserver

terraform-aws-ecs-alb-service-task
Terraform module which implements an ECS service which exposes a web service via ALB.
Stars: ✭ 108 (-88.39%)
Mutual labels:  service, container
libmcu
A toolkit for firmware development
Stars: ✭ 33 (-96.45%)
Mutual labels:  queue, timer
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (-91.29%)
Mutual labels:  application, service
super-mario-message
Display custom messages in a Super Mario Bros environment
Stars: ✭ 18 (-98.06%)
Mutual labels:  service, message
Mangos
mangos is a pure Golang implementation of nanomsg's "Scalablilty Protocols"
Stars: ✭ 384 (-58.71%)
Mutual labels:  queue, message
asynctimerqueue
Asynchronous timer queue mechanism(C++11)
Stars: ✭ 21 (-97.74%)
Mutual labels:  queue, timer
elixir-ms
an elixir microservice base/skeleton 💀
Stars: ✭ 39 (-95.81%)
Mutual labels:  service, container
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (-83.87%)
Mutual labels:  application, container
Laravel S
LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
Stars: ✭ 3,479 (+274.09%)
Mutual labels:  timer, server
Swiftqueue
Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more
Stars: ✭ 276 (-70.32%)
Mutual labels:  persistence, queue
plf queue
A C++ data container replicating std::queue functionality but with better performance.
Stars: ✭ 20 (-97.85%)
Mutual labels:  queue, container
Livego
go Implementation of live streaming services
Stars: ✭ 411 (-55.81%)
Mutual labels:  service, server
qless-php
PHP Bindings for qless
Stars: ✭ 25 (-97.31%)
Mutual labels:  queue, message
gogen
Command-line tool to generate GO applications and libraries
Stars: ✭ 17 (-98.17%)
Mutual labels:  application, service
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+270.75%)
Mutual labels:  application, server
node-svmq
Native System V message queues in Node.js
Stars: ✭ 16 (-98.28%)
Mutual labels:  queue, message
Moqui Framework
Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
Stars: ✭ 205 (-77.96%)
Mutual labels:  service, server
Homeserver
A Matrix homeserver written in Rust.
Stars: ✭ 1,089 (+17.1%)
Mutual labels:  application, server
advpl-MsgTimer
Função AdvPL de mensagens (Alert, Info, Stop, Success, YesNo e NoYes) com Timer para fechamento automático
Stars: ✭ 17 (-98.17%)
Mutual labels:  timer, message
Bigqueue
Embedded, Fast and Persistent bigqueue implementation
Stars: ✭ 402 (-56.77%)
Mutual labels:  persistence, queue

appserver.io, a PHP application server

Gitter chat FOSSA Status Build Status Scrutinizer Code Quality Code Coverage

This is the main repository for the appserver.io project.

What is appserver.io

appserver.io is a multithreaded application server for PHP, written in PHP. Yes, pure PHP! If you know anything about PHP, you're probably thinking we might be crazy. Well, we aren't. We are dead serious (but we most certainly still love having fun!).

appserver.io overcomes some of the biggest overhead issues most PHP (CGI) programs have in common, through a blazingly fast and rock solid infrastructure and with concepts new to PHP. At the same time, appserver.io offers PHP developers the fundamental core features found in most popular frameworks today, yet not intending to be a framework at all. It is a suprizingly fun infrastructure for PHP development, allowing you to build powerful applications without needing the bulk of a PHP framework.

appserver.io includes great features like...

  • Its own performant Web Server and HTTP foundation.
  • A powerful Servlet Engine, with true multi-threading
  • A Dependency Injection Container, for building modern, modular and testable code
  • Multiple Persistence Containers, for sessions and other stateful components
  • A Message Queue System, for contolling the execution of long running tasks
  • A Timer Service, for running scheduled tasks

and much more.

appserver.io also supports Aspect Oriented Programming (AOP), which is a programming paradigm also found in the most popular frameworks today, like Laravel. AOP allows the separation of cross-cutting concerns within a program, allowing developers to create even more modular systems.

With appserver.io, it is our goal to establish a solution as the next standard for enterprise applications written in PHP. With your help, we can reach this goal.

Give it a try!

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].