Skip to content

Chat app implementing Pusher for real-time messaging built as a prove of concept.

Notifications You must be signed in to change notification settings

albertorsesc/meta-messenger

Repository files navigation

Meta Messenger

Meta Messenger prototype

Requirements

  • Setup an account on Upstash
    • Select Node
    • Copy string within `new Redis('')
    • Copy your password and replace the stars in your URL with your password.
    • Add the completed URL in the .env file under REDIS_URL
  • Setup an account on Pusher
    • Obtain your keys and replace them in the .env file.

Installation

Clone project

git clone

Copy .env.example to .env file

cp .env.example .env

Fill variable with their respective values from your accounts.

Install Node dependencies

npm i

Run app

npm run dev

Note: you can open two different browser tabs to start messaging.

About

Chat app implementing Pusher for real-time messaging built as a prove of concept.

Topics

Resources

Stars

Watchers

Forks