> I have limited experience with nim mobile apps. But knowing what I know don't 
> think I would use async on the client. Async is great if you are doing tons 
> of http style requests. But really a mobile client? Just regular threads are 
> probably better if you are just writing and reading from a single websocket 
> connection. I would try both methods to see which one fits you better.

@treeform nothing wrong with using async on the client. Not sure why you find 
it so weird?

Reply via email to