HappyX for X programmers

2024-06-28 Thread Qtless
Hi guys, I have been interested in the concept of "Nim for X programmers" for a long time. And I would like to do the same for HappyX. I am currently working on [HappyX for Karax programmers](https://hapticx.github.io/happyx/#/guide/hpx_for_karax). I would like to hear from you guys the pros an

What Araq thinks about HappyX?

2024-06-13 Thread Qtless
sounds really good!

What Araq thinks about HappyX?

2024-06-11 Thread Qtless
I would like to know what the creator of Nim thinks about [HappyX](https://github.com/HapticX/happyx)

HappyX web framework got a new sponsor

2024-05-27 Thread Qtless
@matkuki, HappyX is stable for creating full-stack applications. In examples folder you can see happyx website (that made with happyx). Also happyx website has playground, that also uses happyx for backend part 👀

HappyX web framework got a new sponsor

2024-05-19 Thread Qtless
The following paragraph serves as an introduction to HappyX. You can skip it if you are already familiar with HappyX. As you know, HappyX is a full-featured web framework written in Nim. It supports the development of single-page applications, server-side applications (e.g., RestAPI), and serve

Open file at compile-time [JS backend]

2023-08-10 Thread Qtless
Thanks!

Open file at compile-time [JS backend]

2023-08-10 Thread Qtless
I'm trying open file in macro, but I got exception: template/generic instantiation of `some` from here Error: cannot 'importc' variable at compile time; fopen Run My Nim code: import macros macro some(): untyped = var f = open("some

Best Web Framework Features?

2023-05-26 Thread Qtless
I can't say about ORC, but libraries `httpx` and `microasynchttpserver` support multithreading btw in HappyX you can use it via `-d:httpx` and `-d:micro` 🙂

Best Web Framework Features?

2023-05-26 Thread Qtless
> You should check out @pwernersbach's excellent MicroAsyncHttpServer library. > It's slightly faster than httpx when multithreading, and it's nearly 100% > API-compatible with stdlib's AsyncHttpServer. The difference is that it > doesn't load bodies entirely into memory, and instead lets you st

Best Web Framework Features?

2023-05-22 Thread Qtless
How? 👀

Best Web Framework Features?

2023-05-22 Thread Qtless
Could you please discuss your favorite web frameworks and the features they provide? If you don't have a particular favorite, could you share the features that you'd like to see in web frameworks? 🎈