diff --git a/README.md b/README.md index 3300edb36..c07548536 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,7 @@ # Making collaborative editing the standard on the web # About -Etherpad is a really-real time collaborative editor spawned from the Hell fire of Etherpad. -We're reusing the well tested Etherpad easysync library to make it really realtime. Etherpad -is based on node.js ergo is much lighter and more stable than the original Etherpad. Our hope -is that this will encourage more users to use and install a realtime collaborative editor. A smaller, manageable and well -documented codebase makes it easier for developers to improve the code and contribute towards the project. - -**Etherpad(old version) vs Etherpad** -
Etherpad | Etherpad | -|
Size of the folder (without git history) | 30 MB | 1.5 MB | -
Languages used server side | Javascript (Rhino), Java, Scala | Javascript (node.js) | -
Lines of server side Javascript code | ~101k | ~9k | -
RAM Usage immediately after start | 257 MB (grows to ~1GB) | 16 MB (grows to ~30MB) | -