Difference between revisions of "Lightweight and sustainable Websites"

From Run Your Own
Jump to: navigation, search
Line 2: Line 2:
  
 
== Server-side Optimizations ==
 
== Server-side Optimizations ==
 +
 +
=== Static Site Generators ===
 +
* [https://gohugo.io/ Hugo], written in Go
 +
* [https://jekyllrb.com/ Jekyll], written in Ruby
 +
* [https://blog.getpelican.com/ Pelikan], written in Python
 +
 +
=== Web Frameworks ===
 +
* [https://phoenixframework.org/ Phoenix], written in Elixir
 +
* [https://elm-lang.org/ Elm], functional language compiling to Javascript
  
 
== Links ==
 
== Links ==

Revision as of 12:37, 21 January 2019

Client-side Optimizations

Server-side Optimizations

Static Site Generators

Web Frameworks

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

Links

Need to be processed/summarized?