/chat-websocket

Messaging app using socket.io

Primary LanguageTypeScript

Chat WebSocket


Logo Socket.io

Messaging application using Socket.io. Front-end and back-end.

Index Screen

Index Screen

Chat Screen

Chat Screen

๐Ÿงช Tecnologies

This project was developed using cutting edge back-end technologies.

๐Ÿš€ Getting started

Clone the project and access the folder

$ git clone https://github.com/guiathayde/chat-websocket.git && cd chat-websocket

Follow the steps below

# Create the container of database with Docker
$ docker run --name chat_websocket -p 27017:27017 -d -t mongo

# Install the dependencies
$ yarn

# Run the project
$ yarn dev

Made with ๐Ÿ’œ by Guilherme Athayde