17 Jan 2025 |
| pururunkun_93018 joined the room. | 17:53:02 |
| michaelb.eth changed their profile picture. | 19:40:42 |
| skibiditoilet09993 joined the room. | 21:04:32 |
18 Jan 2025 |
| billybobjoe30609 joined the room. | 01:37:49 |
| darius098450 joined the room. | 01:45:17 |
| el_tres_ joined the room. | 01:53:16 |
| yummy_licorice changed their profile picture. | 05:54:30 |
| gautxo joined the room. | 06:40:11 |
| bubblie changed their profile picture. | 07:16:30 |
basilajith | Is anyone working on a Nim-based CMS? | 08:18:45 |
| moigagoo changed their profile picture. | 18:59:43 |
19 Jan 2025 |
| nimble install python.zig? changed their profile picture. | 02:19:00 |
blackmius | what it supposed to do? be patchable with nim? | 03:56:16 |
blackmius | * how it should differ from other cms? be patchable with nim? | 03:57:36 |
blackmius | maybe this
https://github.com/h3rald/litestore/tree/master | 04:05:03 |
| zimzozaur joined the room. | 09:55:32 |
angelsdust | Fully made in Nim I guess | 10:18:01 |
angelsdust | If my backend is done I will make a nim cms | 10:18:11 |
| kapendev changed their profile picture. | 14:04:40 |
| jseb joined the room. | 18:38:24 |
| cam_luv1 joined the room. | 19:19:13 |
| peachey2k2 joined the room. | 20:00:26 |
mjsdev | What's everyone use here generally for web requests/handling? I've seen Prologue and Jester | 22:58:44 |
mjsdev | I'm working on a more general application framework and need to implement a serve command a some routing functionality with something | 22:59:18 |
20 Jan 2025 |
angelsdust | Asynchttp and own router | 06:07:34 |
angelsdust | With a nginx proxy in front | 06:07:48 |
mjsdev | It says it's not designed to be used in production? | 06:25:53 |
nitely_ | most http server are like that. That's why you use nginx as a reverse proxy | 06:32:01 |
nitely_ | the docs are pretty confusing. They should just say don't expose asynchttp directly to the internet, instead use a reverse proxy in prod. Instead of saying this is not for prod, but later say use nginx in front in prod. | 06:54:49 |
nitely_ | * the docs are pretty confusing. They should just say don't expose asynchttp directly to the internet, instead use a reverse proxy in prod. Instead of saying this is not for prod, but later say use nginx in front. | 06:55:47 |