Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Esa-Matti Suuronen committed Dec 15, 2011
1 parent 4386551 commit 21b7742
Showing 1 changed file with 8 additions and 38 deletions.
46 changes: 8 additions & 38 deletions README.md
@@ -1,44 +1,15 @@

# Collaborative whiteboard

## Protocol

CoffeeScriptyfied JSON

board: "mathclass"
history: [
tool: "pencil",
user: "esa",
time: 1317890572951,
color: "red",
moves: [
down: { x: 100, y: 100 }
,
move: { x: 100, y: 100 }
,
move: { x: 200, y: 200 }
,
move: { x: 100, y: 200 }
,
move: { x: 0, y: 200 }
,
up: { x: 0, y: 200 }
]
,
tool: "line",
user: "matti",
time: 1317890572961,
color: "green"
moves:
down: { x: 300, y: 300 }
,
end: { x: 400, y: 400 }
]
# Walma - Collaborative Whiteboard

Walma is a collaborative whiteboard tool written with Node.js and CoffeeScript.

http://www.opinsys.fi/en/new-prototype-walma-collaborative-whiteboard



# Installing

Install Node.js and npm.
Install Node.js 0.6.x and MongoDB (tested with 2.0.x)

git clone git://github.com/opinsys/walma.git
cd walma
Expand All @@ -51,15 +22,14 @@ Develop run

bin/develop

Production execute
Production run

npm start



# Copyright


Copyright © 2010 Opinsys Oy

This program is free software; you can redistribute it and/or modify it under
Expand Down

0 comments on commit 21b7742

Please sign in to comment.