Giter Club home page Giter Club logo

Comments (4)

azjezz avatar azjezz commented on May 23, 2024

this is an issue

i think first we need few changes before supporting Swoole or any other non-blocking IO server ( such ReactPHP or Amp ) :

  1. new session interface instead of ParagonIE\Cookie\Session
  2. use dflydev/fig-cookies instead of ParagonIE\Cookie\Cookie
    • we can build a wrapper around this for encryption by example
  3. PSR-15 support :
    • MIDDLEWARES ARE COOL !
    • clean the mess in public/index.php
      • error handling and enabling debug can be done in an early middleware
  4. PSR-6 support :

what do you think @paragonie-scott

from airship.

azjezz avatar azjezz commented on May 23, 2024

things that can done in a middleware :

  1. AirShip\Networking\Middleware\DebugMiddleware
  2. AirShip\Networking\Middleware\ErrorLoggingMiddleware
  3. AirShip\Networking\Middleware\AutoUpdateMiddleware
  4. AirShip\Networking\Middleware\SessionStartMiddleware
  5. AirShip\Networking\Middleware\SessionCanaryMiddleware
  6. AirShip\Networking\Middleware\CSPMiddleware
  7. AirShip\Networking\Middleware\HPKPMiddleware
  8. AirShip\Networking\Middleware\StaticCacheMiddleware

... and much more

this will result in much cleaner setup and bring us closer to using Servers such as Swoole, ReactPHP, Amp .. etc.

from airship.

PeeHaa avatar PeeHaa commented on May 23, 2024

@azjezz how would you envision async support as no part of airship is build with non blocking support in mind?

from airship.

azjezz avatar azjezz commented on May 23, 2024

@PeeHaa the only problem i currently see is the usage of global variables and the session extension, but for now I'm waiting for @paragonie-scott opinion on this.

the usage of global variables $_GET and $_POST can be avoided by using the PSR7 request,
$_COOKIES can be avoided by using dflydev/fig-cookies instead of ParagonIE\Cookie\Cookie
and we need a new session implementation, one that doesn't use the session extension, something like this : zendframework/zend-expressive-session-cache

from airship.

Related Issues (20)

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.