/omniboard

A collaborative virtual whiteboard, with Node.js, socket.io, express, and a few more libraries.

Primary LanguageJavaScriptMIT LicenseMIT

omniboard

a collaborative virtual whiteboard with a lot of libraries (because I actually don't know how to code)

Setup

You will need git and Node.js installed, as well as access to the command line.

  1. Clone or download this repository.

    git clone https://github.com/clocks-in-a-cooler/omniboard

    And then cd omniboard

  2. Install some dependencies.

    npm install

  3. Run the server.

    npm start or node main.js

  4. Connect to the server.

    Open a browser and go to localhost:3000.

For a production version of Omniboard, use the release branch.

Credits

Omniboard won't be possible without these libraries and their awesome contributors:

License

MIT License. Use this however you want.