SaaSHub helps you find the best software and product alternatives Learn more →
Octane Alternatives
Similar projects and alternatives to octane
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
RoadRunner
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
-
-
-
-
-
-
-
-
laravel-swoole
Discontinued High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
octane discussion
octane reviews and mentions
-
Is it still worth choosing Heroku in 2023?
The web server my app uses is not too slow, after load testing with wrk **the RPS on a single 512MB dyno with database queries is 474 requests per second. While running this test, I could still use the app but the response times were higher (400ms-800ms instead of the usual <110ms).
-
New FrankenPHP feature: package your PHP apps as standalone, self-executable binaries
Re Octane, yes it's WIP https://github.com/laravel/octane/pull/764 there were some performance issues found which don't seem to affect non-Laravel apps which is weird/confusing so that's still being looked into. But, soon.
- Release v2.0.0 · Laravel/Octane
-
Why does Laravel need a "middleman" like Pusher or a separate Laravel Websockets server to be able to use Websockets?
I was hoping that Octane would add support, but the person running the Octane github is one of those people who quickly closes every issue that isn't considered a bug. So no traction is ever built up like on https://github.com/laravel/octane/issues/110 .
- Octane - Supercharge your Laravel application's performance.
-
Modern PHP
Laravel was recently updated to support serverless deployments, alongside the launch of Vapor[1].
Octane[2] is also very exciting. Using Swoole[3] (or another similar driver), Laravel applications can be run entirely in-memory. Early benchmarks showed Octane increased concurrent requests from ~500/sec. to ~6,000/sec.
[1] https://vapor.laravel.com/
[2] https://github.com/laravel/octane
[3] https://openswoole.com/
-
Laravel best way to implement db intense background process
Another feature of Laravel you might want to take a look at, just became available since the last Laracon. It's called Octane, and it's currently in a beta version, but its potential for optimization, compared to a normal Laravel app, is pretty great. Note that it requires PHP 8.0.
-
Laravel Octane
Taylor Otwell already showed a glimpse of Laravel's latest open-source package, Octane, during his Laracon Online talk - but today, the new package is available on GitHub for everyone to beta test.
-
Larastan 0.7.3 is released with a rule that can check Laravel Octane compatibility
New 0.7.3 release includes a rule that can check Laravel Octane compatibility of your application. It basically automates the things mentioned in the official docs. You can give it a try now! And let me know what do you think!
-
RoadRunner here and now
Recently the Laravel Octane package was released. It was created to make Laravel with Swoole and RoadRunner more friendly. We are using RoadRunner instead of php-fpm in dev.family for some time now, and we decided to share our experience and to reveal what advantages it has.
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Sep 2024
Stats
laravel/octane is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of octane is PHP.