https://github.com/ferbcn/socketpaint
Collaborative drawing over websockets with C# and React
https://github.com/ferbcn/socketpaint
csharp react websockets
Last synced: about 1 month ago
JSON representation
Collaborative drawing over websockets with C# and React
- Host: GitHub
- URL: https://github.com/ferbcn/socketpaint
- Owner: ferbcn
- Created: 2024-05-05T13:39:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T07:04:01.000Z (almost 2 years ago)
- Last Synced: 2025-05-29T19:19:54.114Z (about 1 year ago)
- Topics: csharp, react, websockets
- Language: CSS
- Homepage: https://socketpaint.azurewebsites.net/
- Size: 6.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket-Paint
### Description
Socket-Paint is collaborative drawing over websockets. It is a simple pixel art drawing app that allows users to draw on a shared canvas. The app is built with C# ASP.NET and using sockets. The front-end is built with React.
### Features
- Draw on a shared canvas
- Choose from a variety of colors
- Clear the canvas
- Save the canvas as an image
- Share the canvas with others
- See other users' drawings in real-time
- Share urls to invite others to draw with you
### Trying the App
[https://socketpaint.azurewebsites.net/](https://socketpaint.azurewebsites.net/)
