Skip to content

Akiftsc/r-place

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-place Clone

Here's an online demo This 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 your MONGOURI to the .env file. Run npm run start on your terminal and type http://localhost:3000 on your browser. Here's a demo of final:

enter image description here

About

Reddit's r/place clone with Nodejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published