- Notifications
You must be signed in to change notification settings - Fork1
Akiftsc/r-place
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Here's anonline demoThis project made with Nodejs, Socket.io, Express and MongoDB as database.
For database structure, I made every pixel an database object as the sample below
{ "color": "FFFFFF", "x": 0, "y": 0}
And type yourMONGOURI
to the.env
file.Runnpm run start
on your terminal and typehttp://localhost:3000
on your browser. Here's a demo of final: