Collaborative whiteboarding powered by SocketIO.
The project is divided into two categories - server and client. This means that the whole app doesn't have to solely sit on the same server.
- Fetch the repository and install required packages with your package manager.
- Configure reverse proxy (depends on your web server)
- Move the client side to web server folder (in order to make it appear in the first place).
- Configure client/main.js socketIO address if neccessary (in case you wish to run the server on different port)
- Start the server! 🚀
A useful note is that you are running under HTTPS, you need to specify it inside the client/main.js file.