These samples are focused to present certain features of Millstone as clearly as possible. Feel free to cut'n'paste the sample code into your project to run them yourself. The example applications source code is in public domain to allow you to freely include it also to proprietary projects.
| Hello World | The classic example application. [sources] |
| Calculator | Simple server-side calculator application. [sources] |
| Login example | Example of typical website. Some parts are public and some require the user to log in. [sources] |
| StonePlayer | Server-side MP3 player application. Play music in our server. [sources] |
| Chat | Chat application demonstrating usage of streams in Millstone application. [sources] |
| Game of Go | Multiplayer GO-game that demonstrates building of custom UI components and
server side refresh. [sources] |