-
pure D client side template, or template language? look at other frameworks.
-
Make sending files not allocate
-
Make sending files stream large files
-
add unit tests
-
make it work with fastcgi and socket server
-
sessions via shared memory
-
Recompile in browser via ldc built with wasm?
sudo apt-get install build-essential libfcgi-dev nginx spawn-fcgi
sudo service nginx startsudo mv /etc/nginx/nginx.conf /etc/nginx/old_nginx.conf.original
sudo ln -s `pwd`/nginx.conf /etc/nginx/nginx.conf
sudo service nginx force-reload./make.sh run