Nim is a good choice for this use-case because it's going to have very little overhead. Anyhow you are mostly system-bound. Consider using SO_REUSEPORT and spawning enough processes to use the two cores fully.
- Any advices for performant tcp listener? tweenietomatoes
- Re: Any advices for performant tcp listener? federico3