The RESTful calculator demo source This calculator demo is an example of a RESTful Web services server and client. Calculator server source The source code for the server-side application included in the RESTful Web services calculator demo. Calculator client source The source code for the client-side application included in the RESTful Web services calculator demo. Comparing the client to the server Comparing the code between the RESTful calculator client and server.