Home > whiteboard

whiteboard

Whiteboard is a project mainly written in JAVASCRIPT and PHP, it's free.

ajax and canvas based whiteboard

Whiteboard

used:

  • HTML5 canvas (2d)
  • jQuery
  • Ajax
  • SQLite
  • PHP

License

GPLv3

Installation

Copy files in a http server directory and call http://<yourserver>/<yourpath>/init_db.php to initialize the database.

Files

  • ajax.php -- serverside ajax handler
  • config.php -- database configurtion
  • init_db.php -- initialize the database
  • jquery.periodicalupdater.js
  • whiteboard.html -- main whiteboard file, call with browser
  • whiteboard.js -- clientside whiteboard
  • whiteboard.php -- serverside whiteboard
Previous:skeet