* Get data from Database to a Nim object type, `Row` usually.
  * Stringify Nim object type adding some HTML optionally, `$` usually.
  * Send over the string with Jester `resp "<h1>" & data & "</h1>"`.



Basically is kinda like that.

Having said that, if you want a more complete round solution you can check [Nim 
Web Creator](https://nimwc.org/login) you can [learn more 
here](https://dev.to/juancarlospaco/self-firejailing-web-framework-h5l). It 
builds on top of Jester. Check the [Nimble](http://nimble.directory) is >1000 
useful modules. 🙂

Reply via email to