Coder Social home page Coder Social logo

umonkey / appserver-in-php Goto Github PK

View Code? Open in Web Editor NEW

This project forked from indeyets/appserver-in-php

1.0 1.0 1.0 299 KB

Components for implementing Application Server in PHP5.3+

Home Page: http://www.milkfarmsoft.com/opensource.php

License: BSD 3-Clause "New" or "Revised" License

PHP 100.00%

appserver-in-php's Introduction

AppServer, a set of components for building fast universal web-apps in PHP

Web server interface for PHP, inspired by Ruby’s Rack and Python’s WSGI. It provides a common API for connecting PHP frameworks and applications to webservers.

The main idea is, that your app, if built for this protocol, will be able to preload resources, preconnect to databases and response to requests really fast.

PHP 5.3+ is recommended (and required, if you use main branch), as it provides new garbage collector for cyclic references, which is critical for long-running apps. We also have a special "backported" version for those of you, who are stuck with PHP 5.2.

You can get latest release using PEAR:

pear channel-discover pear.indeyets.pp.ru
pear install indeyets/AppServer

Or, if you need version backported to php 5.2:

pear channel-discover pear.indeyets.pp.ru
pear install indeyets/AppServer_backport52

appserver-in-php's People

Contributors

indeyets avatar umonkey avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.