/chatfinity

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

Primary LanguageJavaScriptMIT LicenseMIT

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