Skip to content

wonyoung-jang/realtime-multiplayer-drawing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Drawing App

Realtime Multiplayer Drawing

This is a multiplayer drawing app where strokes appear on everyone else's screens in realtime. Users can pick a name and color, and are saved to the database on login.

Installation

  1. Make sure you have Node.js and Bun installed.
  2. Clone this repository.
  3. Run bun install to install the dependencies.
  4. If on a Windows machine → Run npm install.

Running the App

To start the app, run the following command:

bun server/index.ts

or on Windows:

npm run start

This will start the server on port 8000. Open your browser and navigate to http://localhost:8000 to use the app.

About

This is a multiplayer realtime drawing app you can host yourself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%