Some good news related to Spireal:
- I got my new-old books to refresh on client-server programming: ‘Internetworking with TCP/IP V3′ by Douglas E. Comer and ‘Unix Network Programming, Sockets and XTI’ by Stevens. Both are excellent books on TCP/IP and server-client design so I’m slowly chewing through them while thinking about the overall design of Spireal in my head.
- Did some research today since I’m planning to have both the server and the client run both on Linux/Unix and Win32 platforms. Found a couple of good libraries to use for cross platform development:
SDL (Simple DirectMedia Layer) : cross platform library for audio/video etc.
GNU Common C++: cross platform library especially useful for threaded-concurrent-socket apps.
Both of these are gems as they are maintained and support both -nix and win32.