Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 428 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 428 Bytes

Pusher based MUD

This application is the example for the Pusher based MUD article available at ......

In order to use this you need to:

  • Create a Pusher Application
  • Update pusher-mud-backend/routes/pusher.js and pusher-mud-frontend/src/pusher.js with the credentials obtained
  • Execute npm install and npm start in both pusher-mud-backend and pusher-mud-frontend
  • Visit http://localhost:3000

Enjoy!