These pages will guide you through a simple example of a complete fida application, with both server and client sides implemented. The application shown is a distributed sorter, which parcels out chunks of an array to be sorted by clients. While this example may seem trivial, it involves all aspects of Fida's system. We strongly suggest you review the code for this application directly as well - you can find it in the examples directory inside the Fida distribution.