Based on our record, Caddy seems to be a lot more popular than devd. While we know about 248 links to Caddy, we've tracked only 5 mentions of devd. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The Caddy[1] webserver also has built-in ACME. It has all the problems Rachel mentioned, of course, because now it's an ACME client embedded in an even bigger piece of software, but it's handy for sure! I don't know much about Caddy scalability but it's worked great for my personal sites. [1] https://caddyserver.com/. - Source: Hacker News / 27 days ago
This single record will suffice as we will be using a reverse proxy to map each of our application. For the reverse proxy solution, we will be using Caddy, particularly xcaddy. - Source: dev.to / about 2 months ago
It looks nice and friendly, but for developers I can recommend exploring caddy[1] or nginx[2]. It's a useful technology to have worked with, even if they're ultimately only used for proxying analytics. [1] https://caddyserver.com/. - Source: Hacker News / 2 months ago
I began to self-host a Minecraft server using Crafty Controller, an Excalidraw instance, Docmost to replace Notion, Plane to replace Jira, and Penpot to replace Figma. To be able to access them from the internet, I used Nginx Proxy Manager to set up reverse proxies with SSL. You can use Traefik or Caddy instead, but I enjoyed the ease-of-use of NPM. For a dashboard solution, I started with Homarr, but later... - Source: dev.to / 2 months ago
Caddy is the ultimate web server anyone should be using. This is true for production as well as for local development. It is very fast, and by default obtains and renews SSL certificates automatically. This is useful for when you want to test certain website feature that is only allowed when they're accessed with HTTPS. You get free TLS for all your subdomains, and it does that in a scalable way. - Source: dev.to / 3 months ago
Someone above recommended devd, and it looks pretty nice. https://github.com/cortesi/devd. - Source: Hacker News / 10 months ago
Your technique is one I would turn towards as a developer who understands HTML/CSS flow so much better than I do any typesetting tool. I actually use a very similar technique for managing my CV and generating invoices for clients; I have a little "static site" generator I've written that takes JSON, throws it through a templating engine, and spits out HTML files. I then host a server in the output folder and... Source: almost 2 years ago
There are plenty of solutions to that specific problem. Nowadays, I only work on Nuxt/Next/Astro projects that come with hot reload out of the box so I don't have a need for it anymore, but I have used https://github.com/cortesi/devd. - Source: Hacker News / about 2 years ago
If I'm understanding you correctly, then this combination of two tools from the same author will get you that: https://github.com/cortesi/modd https://github.com/cortesi/devd. - Source: Hacker News / about 3 years ago
This pair of tools do both front-end and back-end live reloading with a small amount of config: Https://github.com/cortesi/modd Https://github.com/cortesi/devd. Source: over 3 years ago
nginx - A high performance free open source web server powering busiest sites on the Internet.
Apache HTTP Server - Apache httpd has been the most popular web server on the Internet since April 1996
Nginx Proxy Manager - Docker container and built in Web Application for managing Nginx proxy hosts with a simple, powerful interface, providing free SSL support via Let's Encrypt
lighttpd - A secure, fast, compliant, and very flexible web-server that has been optimized for high-performance environments
Microsoft IIS - Internet Information Services is a web server for Microsoft Windows
Traefik - Load Balancer / Reverse Proxy