https://github.com/jonaskello/amqp-example-ws-ts-react-webpack
Example of RabbitMQ AMQP websockets browser application in typescript and react
https://github.com/jonaskello/amqp-example-ws-ts-react-webpack
Last synced: about 1 year ago
JSON representation
Example of RabbitMQ AMQP websockets browser application in typescript and react
- Host: GitHub
- URL: https://github.com/jonaskello/amqp-example-ws-ts-react-webpack
- Owner: jonaskello
- Created: 2022-01-25T13:31:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T10:15:41.000Z (over 4 years ago)
- Last Synced: 2024-10-06T02:21:23.941Z (over 1 year ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amqp-example-ws-ts-react-webpack
Example of @cloudamqp/amqp-client package connecting to RabbitMQ/AMQP via websockets in a browser application using typescript, react and webpack.
## How to run
```bash
# install deps
yarn
# start rabbit and websockets relay
docker compose up -d
# start the app
yarn start
```
Open http://localhost:8080 in a web browser.