laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.74k stars 291 forks source link

Request support for Swow driver #805

Closed devhaozi closed 8 months ago

devhaozi commented 8 months ago

Swow is a multi-platform support and coroutine-based engine with a focus on concurrent I/O.

Swow is similar to Swoole. The most important thing is that Swow can run under Windows system, which Swoole cannot do.

driesvints commented 8 months ago

Thanks. Right now we don't have plans for additional drivers, sorry.