The Wayback Machine - https://web.archive.org/web/20201108170737/https://github.com/adrianhajdin/project_chat_application
Skip to content

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.

master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 27, 2019
Sep 18, 2020
Sep 27, 2019

README.md

Realtime Chat Application

Live Site

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.

Topics

Resources

You can’t perform that action at this time.