dom96 / jester

A sinatra-like web framework for Nim.
MIT License
1.56k stars 120 forks source link

Cannot serve dynamic web pages #316

Closed WeebNetsu closed 1 year ago

WeebNetsu commented 1 year ago

I was trying to use this library to build my own website. I tried to mix it with Nimja, however, Nimja needs to put data on websites during runtime (which makes sense, since one logged in user will not have the same data as another), however, Jester seems to want the files as soon as compile time, which is a bit of an issue, since Nimja is during runtime... Is there a way around this, or is this a potential bug or a choice made by the developer?

WeebNetsu commented 1 year ago

Nevermind, was a dev issue, not Jester or Nimja (https://github.com/enthus1ast/nimja/tree/master/examples/prologue)