coreos-example-application icon indicating copy to clipboard operation
coreos-example-application copied to clipboard

Example CoreOS Application

Distributed Microservice Framework for CoreOS

This is an example (modular) framework for building distributed microservice applications.

Example implementations of this framework are present on the following branches:

  • helloworld
    • this branch implements a distributed "Hello World" style application - see its README for more information.
  • lift
    • this branch implements (most) of the Lift application by Jan Machacek - see its README for more information.