Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

code36u4r60/chat-socket.io

Repository files navigation

Simple Real-Time Chat with socket.io

Ignite

Made by Eduardo Queirós License

About this project   |    Instructions for running the project   |    Licença

About this project

I created this project to get to know Socket.io. Is a simple chat in real-time.

Technologies used

Client-side

  • React
  • Typescript
  • Socket.io-client
  • Sass

Server-side

  • Typescript
  • Express
  • Socket.io

Instructions for running the project

  • Clone the Repository
https://github.com/Sebenta/chat-socket.io.git

ou

git@github.com:Sebenta/chat-socket.io.git

Run Server

cd server

yarn

yarn start

Result

You should get something like this

Ignite

Client

cd client

yarn

yarn start

Result

You should get something like this

Ignite Ignite

📝 Licence

This project uses the MIT License


Created with 💜 by Eduardo Queirós 👋