edwinzhng / chatfinity

Real-time chat to connect random users together, built with Node.js, Express, and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatfinity

Chat app to randomly connect users. Built with Node.js, Express, React, MongoDB, and GraphQL subscriptions.

Starting the server

  • cd server
  • npm install
  • npm start

Starting the client

  • cd client
  • npm install
  • npm start

About

Real-time chat to connect random users together, built with Node.js, Express, and React

License:MIT License


Languages

Language:JavaScript 87.6%Language:CSS 8.1%Language:HTML 4.3%