Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dielduarte/socket-chat-example
a simple example using socket.io, react, redux and redux ducks
https://github.com/dielduarte/socket-chat-example
ducks-pattern react redux socket-io
Last synced: 9 days ago
JSON representation
a simple example using socket.io, react, redux and redux ducks
- Host: GitHub
- URL: https://github.com/dielduarte/socket-chat-example
- Owner: dielduarte
- Created: 2018-01-07T17:51:29.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T09:06:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T12:41:17.297Z (2 months ago)
- Topics: ducks-pattern, react, redux, socket-io
- Language: JavaScript
- Homepage:
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.io + react + redux example
A simple example using socket.io, react and redux
## Installation
Install dependencies
```
[sudo] yarn install
```## Usage
For start the client run```
yarn start
```and server run
```
yarn start-server
```