A real-time collaborative drawing chat application built with Ruby and WebSockets.
- Real-time collaborative drawing canvas
- Color picker for drawing tools
- Chat functionality
- Image saving capability
- Ruby/Sinatra for backend
- WebSocket for real-time communication
- HTML5 Canvas for drawing
- jQuery UI for interface components
- Bootstrap for styling
- Install dependencies:
gem install sinatra rackup puma
bundle install
- Start the server:
ruby main.rb -p 80 -o 127.0.0.1
- Open
http://localhost:9393
in your browser
This project uses various libraries including:
- jQuery UI (MIT License)
- Bootstrap (MIT License)
- Spectrum Color Picker (MIT License)