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

https://github.com/09nine90/kafkawebsocketsample-reactjs


https://github.com/09nine90/kafkawebsocketsample-reactjs

reactjs websocket

Last synced: about 1 month ago
JSON representation

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
~~~