You also have https://learnxinyminutes.com/docs/nim/, which is a nice resource to get some of the syntax if you're already familiar with other languages.
Any particular library you lack documentation for?
- Error: Execution failed with exit code 1
- ... Command: /home/isaiah/.nimble/bin/nim c --noNimblePath -d:NimblePkgVersion=0.1.0 --path:/home/isaiah/.nimble/pkgs2/asynctools-0.1.1-54314dceabb06b20908ecb0f2c007e9ff3aaa054 --path:/home/isaiah/.nimble/pkgs2/httpbeast-0.4.1-b23e57a401057dcb9b7fae1fb8279a6a2ce1d0b8 --path:/home/isaiah/.nimble/pkgs2/db_connector-0.1.0-05c335ec678614b973d8a80651971e0719045d14 --path:/home/isaiah/.nimble/pkgs2/jester-0.6.0-4834f85e61ae39f6b6acfb74d3bbba62d8779b66 -r src/post
- Info: Nimble data file "/home/isaiah/.nimble/nimbledata2.json" has been saved.
Error: Execution failed with exit code 1
Have you succesfully written some no-gui samples? First start with minimal test-projects in a bottom-up way, and then you can do the harder stuff. Also the lib-docs have a great search function which i use a lot.
Starting with jester is not the easiest way to get going. However, for me the following youtube-movies got me going...
https://www.youtube.com/watch?v=zSXbifhuZSo
I use now json2web as a base for jester-programming (but is not complete in any way):
Jester is a tricky one. It is super easy to use, when it works, then all of a sudden it doesn't and there is barely any documentation.
Maybe try HappyX or any of the other more recent developments in the web-server space? nimble.directory is a good place to search for packages.
You might've run into this bug: https://github.com/nim-lang/Nim/issues/21422. Maybe try passing the flag which makes Jester use the standard library http stuff.