Tagged articles
13 articles
Page 1 of 1
21CTO
21CTO
May 17, 2026 · Backend Development

Introducing PhenixPHP: A Modern Asynchronous PHP Framework

PhenixPHP is an async, concurrent PHP framework built on AmpHP and PHP Fibers that runs on the CLI, offering non‑blocking I/O, HTTP server, routing, DI, database tools, queues and expressive syntax, aiming to enrich the PHP ecosystem much like Express.js does for Node.js.

AmpHPAsynchronousBackend Framework
0 likes · 3 min read
Introducing PhenixPHP: A Modern Asynchronous PHP Framework
21CTO
21CTO
Sep 20, 2024 · Backend Development

Laravel’s $57M Funding Boost: New Cloud Platform and Future Roadmap

Laravel has secured a $57 million Series A round from Accel, plans to expand its team, launch the low‑cost Laravel Cloud platform, and outlines its historic evolution, founder’s vision, and upcoming product announcements for the PHP backend ecosystem.

Backend FrameworkFundingLaravel
0 likes · 8 min read
Laravel’s $57M Funding Boost: New Cloud Platform and Future Roadmap
Open Source Tech Hub
Open Source Tech Hub
Oct 15, 2023 · Backend Development

Why Webman Outperforms PHP‑FPM: A Fast Backend Framework Tutorial

This guide introduces Webman, a high‑performance PHP backend framework built on Workerman, explains its core philosophy, lists its key features, and provides step‑by‑step instructions for installing Webman, running it on Windows or Linux, and adding the official Webman‑Admin panel with database configuration.

Backend FrameworkComposerInstallation
0 likes · 8 min read
Why Webman Outperforms PHP‑FPM: A Fast Backend Framework Tutorial
php Courses
php Courses
Jun 18, 2023 · Backend Development

In-depth Exploration of the Swoft Microservice Framework: Features, Installation, and Performance Comparison with Laravel

This article provides a comprehensive overview of the Swoft microservice framework, detailing its high‑performance architecture, core features such as annotation routing and AOP, step‑by‑step installation, and benchmark results that demonstrate its superiority over Laravel in handling concurrent requests.

Backend FrameworkLaravel ComparisonMicroservices
0 likes · 8 min read
In-depth Exploration of the Swoft Microservice Framework: Features, Installation, and Performance Comparison with Laravel
21CTO
21CTO
Mar 3, 2023 · Backend Development

Why Dart Frog is Revolutionizing Backend Development for Flutter Apps

Discover how Dart Frog, a new backend framework built with Dart by Very Good Ventures, enables developers to use the same language and tools for both Flutter front‑ends and server‑side APIs, offering hot‑reload, modular routing, easy cloud deployment, and seamless integration with legacy systems.

Backend FrameworkDARTDart Frog
0 likes · 8 min read
Why Dart Frog is Revolutionizing Backend Development for Flutter Apps
21CTO
21CTO
Feb 20, 2023 · Backend Development

Top 5 Go REST API Frameworks: Choose the Best Backend Tool for Your Project

This article explains why Go is ideal for high‑performance web services, clarifies API and REST concepts, outlines criteria for selecting a Go API framework, and reviews the five most popular Go REST frameworks—Gin, Echo, Gorilla Mux, Buffalo, and Goji—along with their strengths, weaknesses, and tips for monitoring and monetizing APIs.

Backend FrameworkBuffaloEcho
0 likes · 13 min read
Top 5 Go REST API Frameworks: Choose the Best Backend Tool for Your Project
DataFunTalk
DataFunTalk
Oct 23, 2022 · Backend Development

Design and Implementation of a Lightweight Asynchronous Message Processing Framework for Data Catalog

This article describes the motivation, requirements, design, and implementation of a lightweight asynchronous message processing framework built by ByteDance to handle near‑real‑time metadata changes for DataLeap's Data Catalog, detailing its architecture, thread model, state management, delay handling, monitoring, and operational experiences.

Backend FrameworkKafkaMessage Queue
0 likes · 11 min read
Design and Implementation of a Lightweight Asynchronous Message Processing Framework for Data Catalog
Didi Tech
Didi Tech
Aug 9, 2019 · Backend Development

Introducing Go‑Spring: A Spring‑like Application Framework for Go

Go‑Spring is a Go‑language application framework that brings Spring‑style conventions such as dependency injection, auto‑configuration, starter modules, interface‑based design, and integrated testing to developers, enabling organized code, easy component swapping, configuration binding, and full‑stack unit tests while supporting databases, messaging, and microservice features.

Backend FrameworkGoGo-Spring
0 likes · 10 min read
Introducing Go‑Spring: A Spring‑like Application Framework for Go