Skip to content

A simple chatting application built in React using Node.js and Socket.io

Notifications You must be signed in to change notification settings

bhanukushwah/baatein-karo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

realtime-chat-webapp

A simple chatting application built in React using Node.js and Socket.io

Motivation

To learn concepts like react context and react hooks.

In Development Stage

This project is still in alpha development stage so bugs and crashes are to be expected.

Installation

Prerequisites:

  • HTML
  • CSS
  • JavaScript

Clone the repo by running

git clone https://github.com/bhanukushwah/realtime-chat-webapp

Install all the node packages inside cloned directory by for client side

cd realtime-chat-webapp/client
yarn

for server side

cd realtime-chat-webapp/client
yarn

Start the node server

yarn run dev

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.

About

A simple chatting application built in React using Node.js and Socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published