Is there any advantage to using a web framework with http server like Jester or Prologue instead of the FastCGI protocol to serve web content?
Both the Jester and the Prologue need NGINX or Apache in the front for https and compression like FastCGI. It makes sense to waste time developing a FastCGI framework in Nim? or is the FastCGI protocol condemned to disappear? Does someone have an opinion about this?