This is a simple chat application built with Pusher and Vue. It is a part of a tutorial series on how to build a group chat application with Pusher and Vue. You can find the tutorial here.
- Step 1: Install dependencies
cd pusher-backend
npm i cors dotenv express pusher
- Step 2: Start the server
node app.js
- Step 3: Head to your browser and open http://localhost:3000