Skip to content

soltex1/Chatify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatify

💬 A chat application created with socket.io, react and node.

DescriptionFeaturesHow To UseDemo

Description

This is a very simple chat application. The main goal was to learn more about socket.io events, implementing features like 'isTyping'.

Built with:

  • Server side: Node.js, Socket.io, Express;
  • Client side: HTML5, CSS, Socket.io, React;

How To Use

git clone

server

npm install

node index.js to run the server.

client

npm install

yarn start

Demo

https://glacial-crag-75504.herokuapp.com/