MetaZone template websocket server that can be deployed on Heroku and the MetaZone template scene code that can be deployed in Decentraland where each connects via websockets for multiplayer communication.
- WebSocket Server - https://github.com/MetaZoneio/MZTemplate-WebSocket-Server
- WebSocket Scene - https://github.com/MetaZoneio/MZTemplate-WebSocket-Scene
To run the server on Heroku follow these steps on a command line.
- Clone this repository
git clone https://github.com/MetaZoneio/MZTemplate-WebSocket-Server.git - Move to the new repo folder
cd mztemplate-websocket-server - Create a heroku app
heroku create(must have Heroku CLI installed) - Deploy the server code
git push heroku master - Run a heroku web instance
heroku ps:scale web=1
You now have a WebSocket Server running on Heroku. Run heroku open to view.