-
Static website hosting for front-end developers.Pricing:
- Open Source
It is easy to set up a secure front-end using Surge: just build the code and run surge ./build with it's CLI once it's installed. You will get an url such as https://demo.surge.sh.
#Static Site Generators #Website Builder #Cloud Computing 26 social mentions
-
The HTTP/2 Web Server with Automatic HTTPSPricing:
- Open Source
For the back-end, we can use a reverse proxy for the TLS termination. For example, Nginx Proxy Manager or Caddy Server automate the certificates for you. We can alternatively add self-signed certificates to Cowboy using mkcert if you want the server to be exposed directly. If Elixir or Phoenix app is distributed, this first solution is preferable.
#Web Servers #HTTP/2 Web Server #Web And Application Servers 247 social mentions