@hackage source-code-server2010.9.1

The server backend for the source code iPhone app

Source Code Server

The server backend for the source code iPhone app (iTunes link).

Code is not clean as it's for reference only :)

Bird view architecture

  • client requests code
  • server fetches code via http from remote repository
  • server reformats code to sqlite database
  • server tells the client ready to fetch
  • client fetches code via http (gzip compressed)

Licensed under BSD



source-code