Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 977 Bytes

File metadata and controls

21 lines (15 loc) · 977 Bytes

Real-Time Chat

A real-time chat app built with:

Getting Started

  1. Clone or download this repo
  2. Run npm install on both client and server folders
  3. Run node index.js on server folder
  4. Run npm start on client folder

Open http://localhost:4000 to see the GraphQL local server running.

Open http://localhost:3000 to see the chat application running.