Niel Vincent Canoleincentes.hashnode.dev·Mar 8, 2024m-gRPC Server Libraryminichan-v1 is a PHP gRPC library that leverages Swoole coroutines. It encompasses a protoc code generator, server, and client components to facilitate the development of gRPC-based applications. Introduction In the ever-evolving landscape of web dev...DiscussgRPC
Rendy Saputraiamthecode.hashnode.dev·Jan 19, 2024Swoole PHP GRPC Server: A High-Performance Solution for MicroservicesIntroduction In the realm of microservices, GRPC has emerged as a formidable player for building efficient and scalable communication systems. Swoole, a high-performance PHP extension, seamlessly integrates with GRPC to unleash a potent combination f...Discuss·142 readsPHP
Rendy Saputraiamthecode.hashnode.dev·Jan 19, 2024Powering Real-Time Interactions: Building WebSockets with PHP SwooleThe dynamic, ever-evolving landscape of web development demands innovative solutions for real-time communication. WebSockets, with their persistent, bi-directional connections, emerge as a powerful tool for building interactive and engaging experienc...DiscussSwoole
Rendy Saputraiamthecode.hashnode.dev·Jan 19, 2024Understanding of Coroutine PHP in Swoole PHPHave you heard about coroutines in Swoole PHP? Coroutines are a concurrency primitive that allows multiple tasks to run concurrently within a single thread. This can be very beneficial for web applications, as it can improve performance and scalabili...DiscussSwoole
Mateusz Charytoniukdistantmagic.hashnode.dev·Oct 26, 2023Resonance - New PHP Framework Built on Top of SwooleNew PHP Framework I spent the last year working on the new PHP framework to push this programming language further into the modern era. I firmly believe that the future of PHP lies in Fibers, Coroutines, and libraries like Swoole. The Bright Future o...DiscussPHP