/realtime-chat-react

A simple realtime chat app web based. Tech involved: Node, Express, and Socket.io on backend. React and Styled Components on frontend.

Primary LanguageJavaScript

Introduction

This is a code repository for the Realtime Chat Room Application.

It's created with React and Styled Components on the frontend, with Node, Express, and Socket.io web socket library on the backend.

Setup:

  • run npm i && npm start for both client and server side to start the development server