Hacker News new | ask | show | jobs
by zeeone 2063 days ago
It seems nothing groundbreaking. A router, some middleware and websockets.

Also, nim is a mess. Very poorly designed language. I tried it a couple of years ago and was repelled by its syntax and attempts to solve every single problem for you.

3 comments

> It seems nothing groundbreaking. A router, some middleware and websockets.

That is standard for Micro service/Web framework. 2 functions and a router and you are now "Open source Web framework" author on github.

Curious in what way you said it is very poorly designed other than syntax issue?
> attempts to solve every single problem for you.

What are you talking about?