frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Open-source Express-like HTTP server in C++

https://amsozzer.com/projects/plusweb
1•Amsozzer•56m ago
Hey guys, I made an open-source Express like non blocking HTTP Server library in C++. Starting a new web server is as simple as initiating the app with the desired port (8080 default) and start registering routes.

#include <PlusWeb/HttpServer.h>

int main() { HttpServer app(3000);

    app.GET("/users/:id", [](HttpRequest& req, HttpResponse& res) {
        res.status(200).send(nlohmann::json{
            {"id", req.params["id"]},
            {"name", "ada"},
        });
    });

    app.serve([] { std::cout << "listening on :3000\n"; });
}

It supports middleware chaining and since it uses tries for storing routes instead of a flat array like Express, the performance gets better as the application scales up

For example: At 5 Routes PlusWeb is 4.8x faster than express whereas at 10,000 routes it is 253x faster than express

Playground: https://amsozzer.com/projects/plusweb It is available to use on https://github.com/Amsozzer1/PlusWeb

Some more profiling info available on https://github.com/Amsozzer1/PlusWeb/blob/main/PROFILING_REP...

Learn more about my mistakes building PlusWeb and how I fixed them on https://amsozzer.com/writing/i-could-not-understand-express-...

MacPad: Touch Mac in iPad

https://github.com/dcmmc/macpad
1•dadoum•1m ago•1 comments

Ant Group releases finance-focused Ling-3.0-flash-Fin

https://artificialanalysis.ai/articles/ant-group-releases-finance-focused-ling-3-0-flash-fin
1•gmays•2m ago•0 comments

New method to minimize immunosuppression after organ transplantation

https://www.nature.com/articles/s43856-026-01906-x
1•pvaldes•5m ago•1 comments

The 'AI Safety' Movement Is Making AI Less Safe

https://reason.com/2026/09/22/the-ai-safety-movement-is-making-ai-less-safe/
3•Bostonian•5m ago•0 comments

Show HN: Livenerf – a benchmark for whether Opus 5.5 gets nerfed

https://github.com/ninjahawk/livenerf
1•ninjahawk1•7m ago•0 comments

Adding side drawer with workspace concepts to rio (rust terminal) like cmux has

https://github.com/raphamorim/rio/pull/1954
1•cs1996•7m ago•0 comments

The Jagged Frontier of Jev 1.13

https://docs.typesafe.ai/model-jaggedness/jev-1.13
2•dhorthy•13m ago•0 comments

Mercury Is Shrinking, and Faster Than We Thought

https://www.nytimes.com/2026/09/11/science/space/mercury-shrinking-wrinkles.html
1•reaperducer•15m ago•0 comments

Swarm Scaling

https://www.tobyord.com/writing/swarm-scaling
1•gmays•18m ago•0 comments

A WIP Lego Sorter: Maybe a million pounds is possible [video]

https://www.youtube.com/watch?v=9G2R9ZcgAhA
3•Teever•18m ago•0 comments

Artificial Intelligence in Research

https://tmodrzyk.github.io/blog/2026/artificial-intelligence-in-research/
1•jeremyscanvic•20m ago•0 comments

CNN Mood 'Like a Funeral' as Paramount Acquires Warner Bros

https://variety.com/2026/tv/news/cnn-funeral-path-hazy-paramount-wins-warner-1236872113/
5•westurner•21m ago•3 comments

Show HN: Palette, a Figma plugin that turns one color into a whole UI system

https://www.figma.com/community/plugin/1682163756621093164
1•jeffmahacek•24m ago•0 comments

AUGUSTOSFACES

https://augusto.at/augustosfaces/
1•luu•25m ago•0 comments

What is the World's Loveliest Language

https://www.economist.com/graphic-detail/2024/01/11/what-is-the-worlds-loveliest-language
1•andsoitis•26m ago•0 comments

Xounds Redux and FruitMenu Redux

https://totallynotmalicious.com/software
1•rgovostes•29m ago•1 comments

Design your programming languages right (2024)

https://blog.veritates.love/design-it-right
1•birdculture•30m ago•0 comments

U.S. Government seizes 54-pound Martian meteorite sold at auction last year

https://www.nytimes.com/2026/09/20/arts/who-owns-this-chunk-of-mars-jeanine-pirro-says-america-do...
4•bookofjoe•31m ago•2 comments

A Taxonomy for Navigating the Global Landscape of AI Regulation (2025)

https://dl.acm.org/doi/10.1145/3715275.3732059
1•mooreds•32m ago•0 comments

The 38 most influential Bluesky posters

https://bsky38.com/
2•mooreds•33m ago•0 comments

UN General Assembly: Trump renames AI to Super Intelligence

https://www.washingtonpost.com/technology/2026/09/22/trump-says-hes-renaming-ai-super-intelligence/
4•f1ay•33m ago•4 comments

The Mac Mini M6 is the fastest way to.. emulate a Windows 98 Pentium II machine

https://nyaa.sh/reviews/mac-mini-m6-emulation
1•petaleverbloom•35m ago•0 comments

Show HN: A fast, offline Markdown viewer for macOS built in Swift

https://github.com/temir-dev/tims-markdown-reader
2•tim_tairov•37m ago•0 comments

About Impersonation Risk Detection

https://support.apple.com/en-us/127906
1•impish9208•37m ago•0 comments

Trump orders AI rebrand as "super intelligence"

https://www.axios.com/2026/09/22/trump-ai-super-intelligence-rebrand
6•kirab•41m ago•2 comments

Neo-Median Voter Model

https://www.betonit.ai/p/the-neo-median-voter-model
2•efavdb•41m ago•0 comments

Simple-jev by featherless AI – Turn context into clear decisions

https://simple-jev.featherless.ai/
1•Risyandi94•42m ago•1 comments

How to Escape the Algorithm

https://raahelbaig.com/entry/intentional-internet/
1•raahelb•44m ago•0 comments

What Does Childhood Trauma Have to Do with White Supremacy?

https://www.psychologytoday.com/us/blog/the-shaping-power-of-experience/202609/what-does-childhoo...
4•rendx•50m ago•2 comments

Inspiring Applications of Spin Model Checker

https://spinroot.com/spin/success.html
1•vitalnodo•50m ago•0 comments