Headlines Flash
Wed, Jun 10 07:02 AM

🏷️ #server

7 headlines
TechnologyDev.to5h ago

Testing in Rust: from cargo test to mocking HTTP calls

People love to repeat that in Rust "if it compiles, it works". The compiler does kill a whole class of bugs, but it doesn't check your logic. A wrong discount calculation compiles just fine.

TechnologyDev.to13h ago

Giving an AI Agent Hands on Bluetooth: an MCP Server in Kotlin/Native

Almost every Model Context Protocol (MCP) server you'll find wraps a web API — GitHub, a database, a SaaS tool. They give a language model new information . I wanted to give one new senses and hands : the ability to reach out and touch real Bluetooth hardware.

TechnologyHacker News1d ago

Show HN: HTTP/3 and raw QUIC client/server APIs for Node.js

I built this because I wanted to make outbound and accept inbound HTTP/3 and raw QUIC connections from ordinary Node. js code, without building Node from source or putting everything behind a reverse proxy. Repo: https://github.