gh-timer
Workerman
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
gh-timer | Workerman | |
---|---|---|
1 | 6 | |
11 | 10,760 | |
- | - | |
0.0 | 0.0 | |
about 2 years ago | 11 days ago | |
Shell | PHP | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gh-timer
-
Timer in GitHub CLI
You can find it on GitHub: https://github.com/anmalkov/gh-timer
Workerman
-
Scaling to ~15K requests per second with Java – Part 1
I remember a consulting gig where they were pushing 50k requests per second with PHP in a 2018 laptop by using this framework https://github.com/walkor/workerman
In a real application, with database connection pooling and auth sessions, it went down to 15k requests/s.
And that was PHP7. PHP8 introduced JIT so it's probably significantly faster these days and hopefully fully typed.
- Integrating a websocket interfase into a REST API?
-
Exotic/unknown frameworks?
Workerman
- Running PHP code in parallel, the easy way
-
Asynchronous PHP — Multiprocessing, Multithreading & Coroutines - Diving Laravel
That's cute. I managed to get 100k requests per second on a single i7 CPU this week using standard blocking code with Workerman. Zero added cognitive load. It also does DB pooling, workers, sockets and consumes relatively lower memory than other solutions.
What are some alternatives?
Ratchet - Asynchronous WebSocket server
React - Event-driven, non-blocking I/O with PHP.
RoadRunner - 🤯 High-performance PHP application server, process manager written in Go and powered with plugins
LaravelS - LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.
Elephant.io - Ça trompe énormément
Amp - A non-blocking concurrency framework for PHP applications. 🐘
phpsocket.io - A server side alternative implementation of socket.io in PHP based on workerman.
Symfony2 Components - The Symfony documentation
Icicle - Icicle is a PHP library for writing asynchronous code using synchronous coding techniques
Hoa WebSocket - The Hoa\Websocket library.
Hoa EventSource - The Hoa\Eventsource library.
PHP Defer - Golang's defer statement for PHP