blob: 936da730c1451938874165d43b9ca299d83ac3af (
plain)
1
2
3
4
5
6
7
8
9
10
|
This demo implements the simple filesystem application shown at the
end of the client and server C++ mapping chapters.
To run it, start the server in a window:
$ server
Then run the client in a separate window:
$ client
|