Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/singhrohan62/chatbox-react
- Owner: singhrohan62
- License: mit
- Created: 2018-09-21T17:22:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T18:26:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T23:15:36.178Z (2 months ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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