Updated Extending Caddy (markdown)

Matt Holt 2015-06-30 10:31:45 -06:00
parent f1dbd82068
commit 9ad162a237

@ -1,7 +1,7 @@
**[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup), then join the #caddy channel.) **[Join us on Slack](https://gophers.slack.com/messages/caddy/)** to chat with other Caddy developers! ([Request an invite](http://bit.ly/go-slack-signup), then join the #caddy channel.)
Caddy can be extended to add missing functionality or integrate with third-party services. This makes Caddy not only a powerful web server, but also a platform from which web services can be consumed. For example, a monitoring company might want to make a middleware for Caddy so that site monitoring is built right into customers' web servers. Caddy can be extended to add missing functionality or integrate with third-party services. This makes Caddy not only a powerful web server, but also a platform from which web services can be consumed or produced. For example, a monitoring company might want to make a middleware for Caddy so that site monitoring is built right into customers' web servers.
We've made it easy for anyone who knows [Go](https://golang.org) to extend Caddy. (And if you don't know Go, it's a simple language to [learn](https://tour.golang.org).) We've made it easy for anyone who knows [Go](https://golang.org) to extend Caddy. (And if you don't know Go, it's a simple language to [learn](https://tour.golang.org).)