https://github.com/happymary16/simple-chat-client
It is a client for a simple chat. Anyone can send messages to the chat. The application is created to show an interaction between ReactJS, Redux, and Saga.
https://github.com/happymary16/simple-chat-client
axios bootstrap javascript reactjs redux saga sockjs-client
Last synced: 3 months ago
JSON representation
It is a client for a simple chat. Anyone can send messages to the chat. The application is created to show an interaction between ReactJS, Redux, and Saga.
- Host: GitHub
- URL: https://github.com/happymary16/simple-chat-client
- Owner: HappyMary16
- Created: 2021-04-24T16:08:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T12:10:51.000Z (about 5 years ago)
- Last Synced: 2025-04-10T21:39:13.829Z (about 1 year ago)
- Topics: axios, bootstrap, javascript, reactjs, redux, saga, sockjs-client
- Language: JavaScript
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple chat
It is a client for a very simple chat.
You can find a server [here](https://github.com/HappyMary16/simple-chat-server).
## Requirements
- [Node JS](https://nodejs.org/uk/)
## Running the application
Download and install packages:
```npm install```
Run application:
```npm start```
