/live-paint

🎨 A realtime painting app built with Node, Express, Socket.IO & PostgreSQL 🌈🌻🍭

Primary LanguageJavaScript

Live Paint

🎨 Part III in the Socket.io saga 🌈🌻🍭 Paint with friends!!

Link

Test it out at http://165.227.60.172/

Tools:

Node.js, Express.js, Socket.io, PostgreSQL DB.

To run:

  • npm install
  • in main dir, make config dir with config.json for sequelize
  • create psql db with owner
  • in public/js/paint.js & public/js/chat.js -> connect sockets to server at localhost:8080/
  • node server.js!