mlakkadshaw / Deadsimplewhiteboard

A super simple collaborative whiteboard built with Node.JS, AngularJS, Socket.io and PaperJS
69 stars 29 forks source link

Deadsimplewhiteboard #1

Closed ravipal86 closed 8 years ago

ravipal86 commented 9 years ago

Is it possible to use database with whiteboard to keep whiteboard persistent ?

mlakkadshaw commented 9 years ago

Yes, at regular intervals we can export the whiteboard data into json and use redis to store it.

On Thu, Jan 15, 2015 at 5:03 PM, ravipal86 notifications@github.com wrote:

Is it possible to use database with whiteboard to keep whiteboard persistent ?

— Reply to this email directly or view it on GitHub https://github.com/mlakkadshaw/Deadsimplewhiteboard/issues/1.

ravipal86 commented 9 years ago

is it possible to give me an example so i can test with database. to make sure persistent whiteboard.

cailin186 commented 9 years ago

i want host this in my server.how to install this board,thank you

mlakkadshaw commented 9 years ago

To install it on your server, follow these steps:

  1. Install node.js on your computer
  2. Clone this repo
  3. cd into the directory where you have cloned this repo
  4. run npm install
  5. run node app.js
yanzhou-share commented 8 years ago

please tell me that the code of server of connection between two persons @mlakkadshaw

mlakkadshaw commented 8 years ago

@yanzhou-share this is the server code https://github.com/mlakkadshaw/Deadsimplewhiteboard/blob/master/app.js#L84