Lightweight and sustainable Websites: Difference between revisions

From Run Your Own
Jump to navigation Jump to search
No edit summary
(→‎Web Servers: Added quark, ACME mini_httpd and ACME micro_httpd.)
 
(8 intermediate revisions by 3 users not shown)
Line 3: Line 3:
== Server-side Optimizations ==
== Server-side Optimizations ==


=== Static Site Generators ===
== Web Servers ==
* [http://httpd.apache.org/ Apache HTTP Server]
* [https://nginx.org/ nginx]
* [https://www.lighttpd.net/ Lighttpd]
* [http://www.acme.com/software/thttpd/ thttpd]
** [http://acme.com/software/mini_httpd/ mini_httpd]
** [http://acme.com/software/micro_httpd/ micro_httpd]
* [https://www.bsd.plumbing/ OpenBSD httpd]
* [http://tools.suckless.org/quark/ quark]
 
== Static Site Generators ==
* [https://www.11ty.io/ Eleventy], written in JavaScript
* [https://gohugo.io/ Hugo], written in Go
* [https://gohugo.io/ Hugo], written in Go
* [https://jekyllrb.com/ Jekyll], written in Ruby
* [https://jekyllrb.com/ Jekyll], written in Ruby
* [https://blog.getpelican.com/ Pelikan], written in Python
* [https://blog.getpelican.com/ Pelikan], written in Python


=== Web Frameworks ===
== Web Frameworks ==
* [https://phoenixframework.org/ Phoenix], written in Elixir
* [https://phoenixframework.org/ Phoenix], written in Elixir
* [https://elm-lang.org/ Elm], functional language compiling to Javascript
* [https://elm-lang.org/ Elm], functional language compiling to Javascript
Line 28: Line 39:
* [https://guide.elm-lang.org/optimization/ Optimization in Elm] – an interesting look at compiler tool chain driven web performance.
* [https://guide.elm-lang.org/optimization/ Optimization in Elm] – an interesting look at compiler tool chain driven web performance.
** [https://elm-lang.org/blog/small-assets-without-the-headache Small Assets without the Headache] by Evan Czaplicki.
** [https://elm-lang.org/blog/small-assets-without-the-headache Small Assets without the Headache] by Evan Czaplicki.
* [https://webkit.org/blog/8970/how-web-content-can-affect-power-usage/ How Web Content Can Affect Power Usage] @ Webkit.org


[[Category: HBSC]]
[[Category: HBSC]]

Latest revision as of 16:51, 3 October 2019

Client-side Optimizations

Server-side Optimizations

Web Servers

Static Site Generators

Web Frameworks

  • Phoenix, written in Elixir
  • Elm, functional language compiling to Javascript

Links

Need to be processed/summarized?