Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naorpeled/draw-together-server

✏️A whiteboard that people can communicate and collaborate through ✏️
https://github.com/naorpeled/draw-together-server

Last synced: 7 days ago
JSON representation

✏️A whiteboard that people can communicate and collaborate through ✏️

Awesome Lists containing this project

README

        

# ✏️ What is Draw Together?
Draw Together is a real-time whiteboard for collaborating and drawing with others.

## 🎧 Technologies
#### frontend
- React (w/ ContextAPI)
- Socket.io client

#### backend
- Nodejs
- Express
- Socket.io

## 🏃 How to run?
### Prerequisites
- Node.js ([Download](https://nodejs.org/en/))

### Steps
1) Download the content of this repository.
2) Open your terminal (linux/MacOS) or Git Bash.
3) Move into the directory using the ```cd```([?](https://en.wikipedia.org/wiki/Cd_(command) "More info about cd")) command.
4) Run ```npm install``` in order to install all the dependancies.
5) Run ```npm run start```.
6) Open your browser and go to ```localhost:3000```.

## 🏹 Links
- [Server](https://github.com/naorpeled/draw-together-server/ "Draw Together's server")
- [Client](https://github.com/naorpeled/draw-together-client/ "Draw Together's client")