thecodingwhale / pubnub-quick-poc

create poc using node and react with simple chat ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PubNub Quick POC

Send and recieve messages thru terminal or app with pubsub listener. (still work in progress)

Prerequisites:

  • Node: 16.9.0
  • Npm: 7.21.1
  • Publish and Subscribe key from registered account for PubNub

Installation

  • Do npm install for both client and server directory.
  • Copy and rename .env.example to .env and add the following details for the keys.
  • Inside the client folder, type npm start and go to http://localhost:3000.
  • Run node index.js to quickly run the server and quickly type inside the prompt.

Terminal Prompt

Terminal Prompt

Quick Chat UI

Quick Chat UI

About

create poc using node and react with simple chat ui


Languages

Language:JavaScript 68.9%Language:HTML 18.4%Language:CSS 10.0%Language:Shell 2.7%