Skip to content

jimm/babble

 
 

Repository files navigation

This is a fork of the open source code to 10gen's app server "Babble", which
was their original product alongside MongoDB.

I (Jim Menard) worked on the Ruby language implementation. See
[src/main/ed/lang/ruby].

----

10gen application server (ed)

Layout 
 - src/         : all source code
 - src/langcore : some low level stuff that main depends on
 - src/main/ed  : this is the where the bulk of the code lives
 - src/test     : unit tests
 - src/jni      : deprecated
 - bin/scripts  : some nice tools to interact with your site/db
 - conf         : basic configuration, has to be on your classpath
 - include      : jars, all jars have to be on your classpath

To Run AppServer:

ant
./runLight.bash ed.appserver.AppServer <options>

or

./runAnt.bash ed.appserver.AppServer <options>

To see option information, see SDK quickstart

Packages

No packages published

Languages

  • Python 43.6%
  • Java 31.5%
  • Ruby 21.7%
  • JavaScript 2.5%
  • XSLT 0.3%
  • Objective-J 0.2%
  • Other 0.2%