A chat app with planets instead of rooms! You can create your planet and invite your friends to chat.
Made with NodeJs, React Js, TypeScript, Context API and Socket.io. Planets and sprite visuals are made with React Three Fiber.
Clone this repository:
git clone https://github.com/mateusmb/gallery.gitInstall a npm stable version. I personally recommend installing with nvm
Navigate to cloned respository and then galaxy-server. Install the dependencies
npm installOr if you are yarn team
yarnStart the server
npm devOr
yarn devNavigate to cloned respository and then galaxy-client. Install the dependencies
npm installOr if you are yarn team
yarnStart the server
npm devOr
yarn devShould be self explanatory. If not, and if you want to make it better, feel free to add an issue, PR and/or fork this project.


