Skip to content

jarnoharno/ngdraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngdraw

Collaborative SVG whiteboard with AngularJS.

Introduction

Each unique path (eg. /foo on http://ngdraw.herokuapp.com/foo) corresponds to a single shared whiteboard session. When a client connects to an existing session, the server will send the entire drawing on the board to the newly connected client. Connected clients can draw on the board and see each other's drawings in real-time. Session closes and the corresponding whiteboard is erased when the last client navigates away from the page or closes her browser tab.

Paths are simplified with a clever algorithm and sent to the server with SockJS.

Development

$ make run

Links

References

License

ISC

About

Collaborative SVG whiteboard with AngularJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published