Vibeleaderboard
Index / tool
Visit amsozzer.com
Category
Developer Tools
Rank
No. 2312Tools index
Pricing
Open Source
Type
TOOL
Date

About

PlusWeb is an open-source, non-blocking HTTP server library for C++ modeled on Express.js, letting developers register routes and chain middleware with a similar API. It stores routes in a trie instead of the flat array Express uses, which the author reports makes routing dramatically faster as an application scales, citing up to roughly 253x faster performance than Express at 10,000 routes.

Why it made the leaderboard

Gives C++ developers an Express-style ergonomic HTTP API with router performance that scales much better than flat-array route matching as route counts grow.

Tags

cpphttp-serverexpressweb-frameworkopen-source

Media

PlusWeb

Comments (0)

No comments yet

Editorially curated, with community endorsements as a secondary signal. Corrections welcome.