https://github.com/dev-shelvin-batista/react-socket-chat
Application to generate a chat with React by connecting to socket private channels of a backend development project in NodeJS.
https://github.com/dev-shelvin-batista/react-socket-chat
chat chat-application css html-css-javascript html5 javascript npm react react-components reactjs socket-io socket-io-client socket-programming
Last synced: 8 months ago
JSON representation
Application to generate a chat with React by connecting to socket private channels of a backend development project in NodeJS.
- Host: GitHub
- URL: https://github.com/dev-shelvin-batista/react-socket-chat
- Owner: dev-shelvin-batista
- License: gpl-3.0
- Created: 2025-08-08T09:26:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-10T05:23:15.000Z (10 months ago)
- Last Synced: 2025-10-02T02:58:18.434Z (9 months ago)
- Topics: chat, chat-application, css, html-css-javascript, html5, javascript, npm, react, react-components, reactjs, socket-io, socket-io-client, socket-programming
- Language: JavaScript
- Homepage:
- Size: 822 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project details
Application to generate a chat with React by connecting to socket private channels of a backend development project in NodeJS.
| |Version |
|----------------|-------------------------------|
|React|`18.2.0` |
|NPM |`11.5.2` |
|Node.js |`22.14.0`|
## Instructions
To run the frontend project, follow these steps:
- Clone the project, either with the command git clone `https://github.com/dev-shelvin-batista/react-socket-chat.git` or using a GitHub graphical tool.
- After cloning the repository, install the node dependencies using the command `npm install` inside the `react-socket-chat` project folder. If an error occurs, add the --force option.
- Run the command `npm run start` to start the server. By default, the url `http://localhost:3000` is used.