Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ✏️
- Host: GitHub
- URL: https://github.com/naorpeled/draw-together-server
- Owner: naorpeled
- Created: 2020-02-21T00:05:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:24:38.000Z (about 2 years ago)
- Last Synced: 2024-11-10T00:38:58.397Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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")