A Collaborative Microsoft Paint Tribute/Clone website built with PubNub + a bonus chatroom
The website uses:
PubNub Presense To keep track of the number of "Nerdz drawing with you"
PubNub Realtime API which powers that realtime chat and collaborative canvas i.e MS Paint.
Deployed on Netlify 🔥
Let's get into it.
- Clone the repository.
- Sign Up for PubNub and get your API keys in your Dashboard
- Replace the text
<secret>
inindex.html
andapp.js
with your API Keys - Get node and npm running and install
http-server
by runningnpm -g i http-server
- Run
http-server
in your terminal - Get your art on...
The website let's us collaborate with other users to create art in this remake of the Microsoft Paint.
To talk about your latest creation, it has an inbuilt chat to check all the nice things everybody has to say about your art.
- Adding Usernames for chat
- Supporting touch screen input
- Add support to store history
- ....
Feel free to add yours in an issue