Skip to content

asapsonter/chat-app2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chat Application

Introduction

This is a code repository for the corresponding video tutorial.

In this video, we will create a full Realtime Chat Application. We're going to use React on the front end, with NodeJS + Socket.io web socket library on the back end.

By the end of this video, you will have a strong understanding of how to send and receive messages using web sockets and Socket.io to make any real-time application.

Stay up to date with new projects

New major projects coming soon, subscribe to the mailing list to stay up to date

Setup:

  • run npm i && npm start for both client and server side to start the development server

Recommended Modules

  • npm i react-router-dom
  • npm i react-scroll-to-botton
  • npm i query-string
  • npm i socket.io-client

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published