|
|
|
|
|
by austin-cheney
768 days ago
|
|
With regards to distributed systems you must understand transmission. I suggest learning about streams and pipes for moving binary between local interfaces and secondly tcp/udp sockets for moving binary between computers. I do not have books to recommend for this as I am self taught writing hobby applications in Node.js |
|