source-code-server: The server backend for the source code iPhone app

[ bsd3, deprecated, program, web ] [ Propose Tags ]
Deprecated

a reference implementation, such that an android equivalent is less of work


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2010.9.1
Dependencies base (>=4 && <5), bytestring, containers, curl, data-default, directory, filepath, hack, hack-contrib, hack-handler-happstack, haskell98, HDBC, HDBC-sqlite3, json, loli, mps, mtl, process, safe, StateVar, stm, template-haskell, time, unix [details]
License BSD-3-Clause
Author Jinjing Wang
Maintainer Jinjing Wang <nfjinjing@gmail.com>
Category Web
Home page http://github.com/nfjinjing/source-code-server
Uploaded by JinjingWang at 2010-08-31T18:16:12Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables source-code-server
Downloads 989 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-29 [all 8 reports]

Readme for source-code-server-2010.9.1

[back to package description]

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