Web-application: Where to start?

2024-08-13 Thread user2m
Great site btw

Web-application: Where to start?

2024-08-13 Thread user2m
Just using stripe and tapping into their API. I've got a mini library that I need to clean up and make available

Web-application: Where to start?

2024-08-12 Thread user2m
I built this webapp auxchord.xyz with nim on the backend (prologue + dekao + debby) and nim on the frontend (nim compiled down to js). Currently has paying and non paying users so nim for web apps is more than possible. I need to either open source the app or do tutorials about how it was made.

Nim Autome / Win32 API

2023-08-04 Thread user2m
anyone here work with the win32 api or the autome() package recently? I'm working on basic moving and clicking and seem to be failing on the `click()` proc nim c -r main.nim Run import autome mouse .move(25,840)

Show Nim: JWTea, Crunchy and Depot. New repos you may find useful.

2023-08-01 Thread user2m
Is there currently support for decoding the JWT and getting the claims back in string form? I'm having a tough time getting any of the other JWT libraries (nim-jwt, quickjwt) running on a linux machine and your is the only one! But I can't seem to fin facilities to validate the token or get back