https://github.com/09nine90/kafkawebsocketsample-reactjs
https://github.com/09nine90/kafkawebsocketsample-reactjs
reactjs websocket
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/09nine90/kafkawebsocketsample-reactjs
- Owner: 09NINE90
- Created: 2025-03-11T07:46:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-14T11:23:02.000Z (over 1 year ago)
- Last Synced: 2025-10-10T05:15:33.631Z (9 months ago)
- Topics: reactjs, websocket
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocket chat
### [Backend SpringBoot](https://github.com/09NINE90/KafkaWebSocketSample-SpringBoot)
### Run
~~~
npm run dev
~~~
### Dependency
~~~
npm install socket.io
npm install axios
npm install react-stomp
npm install @mui/material @emotion/react @emotion/styled
npm install lodash
npm install vite-plugin-node-polyfills
npm install sockjs-client@latest
~~~