chairman

Created: 2011-07-07 14:10
Updated: 2013-10-11 17:07
License: mit

README.md

Chairman

A small demo project using BlueEyes, a lightweight Scala web framework inspired by Sinatra and Scalatra that uses one of my favorite async networking libraries Netty.

Chairman is based on the demo code provided in BlueEyesDemo.scala. It includes an sbt configuration based on a gist by michaelklishin. If you're looking for a minimally useful example of a read-only web service, com.postneo.chairman.ChairmanServer might be helpful.

While it doesn't do anything particularly useful I hope that it's helpful to others looking for a simple example BlueEyes project.

Getting and running Chairman

  1. Download and install sbt 0.10.x if you haven't already.
  2. Change to a directory that you would like to work in: cd ~/code
  3. Check out Chairman: git clone git://github.com/mcroydon/chairman.git
  4. Change to the Chairman directory: cd chairman
  5. Update dependencies and run: sbt run
  6. Check out the demo URLs at http://127.0.0.1:8888/test/ and http://127.0.0.1:8888/time/.

License

Chairman is based on example code from the BlueEyes project and is released under the MIT license.

Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more