Millstone Demo

An application that demonstrates each component and layout of Millstone with description and code-example.

Millstone features browser

Millstone Example Applications

These examples provide a good tutorial to the features if Millstone. The source code for the examples is extensively commented and we tried to make them as readable as possible.

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]