forked from sebastienwindal/JScribble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastien Windal
committed
Mar 28, 2013
1 parent
af03956
commit 2fc9b9c
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
JScribble | ||
========= | ||
|
||
An Interactive collaboration board experiment made with node.js, Angular.js, socket.io and easel.js... | ||
An Interactive collaboration board experiment made with node.js, Angular.js, socket.io and easel.js... | ||
|
||
Clone it and just run node app.js. Then open two different browsers (not two windows or tabs of the same browser since | ||
I am using cookies), start chating and drawing. | ||
|
||
|
||
This was mostly done as an experiment/learning experience to cut my teeth on angular.js, socket.io and node.js. |