a collaborative virtual whiteboard with a lot of libraries (because I actually don't know how to code)
You will need git and Node.js installed, as well as access to the command line.
-
Clone or download this repository.
git clone https://github.com/clocks-in-a-cooler/omniboard
And then
cd omniboard
-
Install some dependencies.
npm install
-
Run the server.
npm start
ornode main.js
-
Connect to the server.
Open a browser and go to
localhost:3000
.
For a production version of Omniboard, use the release
branch.
Omniboard won't be possible without these libraries and their awesome contributors:
-
server framework — express
-
WebSocket handler — socket.io
-
canvas for the server side — node-canvas
-
sound for the client notifications — zzfx
MIT License. Use this however you want.