Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singhrohan62/chatbox-react

A newer version of Chatbox fused with React:heart:
https://github.com/singhrohan62/chatbox-react

Last synced: 19 days ago
JSON representation

A newer version of Chatbox fused with React:heart:

Awesome Lists containing this project

README

        

# Chatbox-React
A newer version of Chatbox fused with React:heart:

Chatbox is a web-based Chat Application.The main purpose of making it was to learn combining different aspects of socket programming with
the trending frontend framework.

### Implementation Details
-Front-End is developed using ReactJS
-Back-End is handled by Express
-WebSockets used with the help of Socket.IO

### Installation

```sh
Clone the project
$ npm i
To start the server
$node server.js
To run the client
$ npm start