Skip to content

arcmena/real-time-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat client and server

GitHub code size in bytes GitHub top language

Technologies used:

  • React
  • Apollo GraphQL Client
  • GraphQL Subscriptions
  • Node
  • Apollo GraphQL Server

UI:

Getting started

Clone this repo:

git clone https://github.com/arcmena/arctichat.git

Start the server:

cd server # Cd into folder

yarn # Install the dependencies

yarn start # Start command

Note: The server will start on port 4000 by default.

Start the app:

cd app # Cd into folder

Copy .env.example into .env and add the server urls

yarn # Install the dependencies

yarn start # Start command

Note: The server will start at http://localhost:3000 by default.

About

Real-time chat app. Fullstack app built with React, Node and GraphQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages