This repository contains various examples of distributed applications in Links.
agariois a multiplayer implementation of the Agar.io game.calculatoris a minimal implementation of a calculator application with a shared memory cell. This is a fairly minimal example, so is a good place to start.chatserveris the chat server example described in "Session Types without Tiers".extended_chatserveris an extended version of the chatserver, with support for multiple rooms and moderators.pingpongis a simple application demonstrating client->client communication.two-factoris a two-factor authentication workflow.
agario: Original port by Victor Dumitrescu, distributed version by Sara Decovacalculator: Sara Decova, updated by Simon Fowlerchatserver: Simon Fowler and Sam Lindleyextended_chatserver: Sara Decova and Simon Fowlerpingpong: Simon Fowlertwo-factor: Simon Fowler