Headlines Flash
Wed, Jun 10 07:02 AM

🏷️ #node

7 headlines
TechnologyDev.to9h ago

Deploying a Dockerized Node.js Application on Kubernetes 🚀

After containerizing an application with Docker, the next logical step is deploying it on Kubernetes. Kubernetes helps automate application deployment, scaling, networking, and management of containerized workloads. Instead of manually running containers, Kubernetes ensures your application rem...

TechnologyHacker News17h ago

Show HN: Sencho: a multi-node Docker-compose manager

Hi HN, I am the creator of Sencho ( https://github. com/Studio-Saelix/sencho ). It's a self-hosted docker-compose control plane for managing one server or a small fleet of hosts from a single interface.

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.