I am creating a chess interface client for the Internet Chess Club server 
hosted on Ubuntu Linux using the Nim ecosystem.

Since I'm new to Nim, I'd like feedback on what libraries to use for my 
requirements. These are the requirements:

1- TCP/IP client connection to server

2- No GC being used during code development

3- Main app window contains multiple windows and widgets (e.g. consoles, 
popups, scrolling data, graphs, tabbed windows,, treeviews)

4- One of the windows contained within the main app window will have a 2D chess 
board with chess pieces that can be dragged and dropped with sprite movement.

What should I use to accomplish this? 

Reply via email to