Skip to content

stephenasuncionDEV/emoji.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

83 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

emoji.io Logo

emoji.io

Docker Deployment Backend Docker Deployment Client

emoji.io is a multiplayer online action game created by Filipino developer Stephen Asuncion.

Demo: https://www.youtube.com/watch?v=YdUsmb0gI7c

Setup

DockerHub: Client

DockerHub: Server

Running with Docker Hub:

Client:
docker pull stephenasuncion/emoji.io:main
docker container run --name client -p 3000:3000 stephenasuncion/emoji.io:main

Server:
docker pull stephenasuncion/emoji.io-api:main
docker container run --name server -p 8080:8080 stephenasuncion/emoji.io-api:main

Running with Terminal:

npm run dev (on both api and client folders)

Technologies

The api folder was deployed to heroku, while client folder was deployed to netlify.

Technologies

Other: Socket.io, Chakra UI, Stripe, Twilio, MailJet

Support

If you need help with anything please contact us on Discord

Want to donate? https://www.buymeacoffee.com/stephenasuncion

License

Apache License Version 2.0

About

😊 emoji.io is a multiplayer online game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages