i usualy got for

  * nginx as reverse proxy
  * "nim-templates" whith plain asynchttpserver with a small "path matching" 
library, since i find it easier to incoperate asynchttpserver into bigger 
applications than jester (for example in the past it was not possible to use 
websocket with jester so i've refactored jester out of any "production" code i 
run)
  * plain js as frontent, compile to js as frontend or sometimes karax; i often 
find karax to complicated to work with, and you have no cance to get nim 
novices write karax code :)


Reply via email to