https://github.com/whaha-ha/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.
https://github.com/whaha-ha/project_chat_application
expressjs nodejs react react-hooks react-project reactjs socket-io
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/whaha-ha/project_chat_application
- Owner: WHAHA-HA
- Created: 2022-04-29T14:37:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T15:57:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T09:03:39.579Z (10 months ago)
- Topics: expressjs, nodejs, react, react-hooks, react-project, reactjs, socket-io
- Language: JavaScript
- Homepage: https://realtime-chat-application.netlify.com/
- Size: 186 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime Chat Application
### [Live Site](https://realtime-chat-application.netlify.com)

## 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 https://resource.jsmasterypro.com/newsletter
Setup:
- run ```npm i && npm start``` for both client and server side to start the development server