An open API service indexing awesome lists of open source software.

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

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/)

![App screenshot](screen.png)