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

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

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.