AbdullhRtima / project_chat_application

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.

Home Page:https://realtime-chat-application.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Chat Application

Realtime Chat Application is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial.

GitAds

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.

Setup:

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

About

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.

https://realtime-chat-application.netlify.com/


Languages

Language:JavaScript 70.5%Language:CSS 25.9%Language:HTML 3.6%