💾 Archived View for mio.vern.cc › 2024-05-08-nim-web-frameworks.gmi captured on 2024-09-29 at 00:07:24. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-08-18)

-=-=-=-=-=-=-

---

date: 2024-05-08T18:42:06Z

update: 2024-05-08T18:42:06Z

---

Nim web frameworks

Tried out running a "hello world" app following ~vern wiki instructions, specifically the "Reverse-proxying a non-UNIX service" section. Worked well. Not sure if any of the web frameworks for Nim supports unix sockets to avoid using a port.

Some options:

```

# Error while attempting to compile a simple example.

~/.nimble/pkgs/zfcore-#head/zfcore/httpcontext.nim(289, 38) Error: attempting to call undeclared routine: 'getAllQueries'

```

Others with a specialty:

Links

How to host websites on ~vern

Web frameworks