Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cuongndc9/rabbitmq-socket

Building a realtime application with RabbitMQ 🐰 and Socket 🦊.
https://github.com/cuongndc9/rabbitmq-socket

103cuong rabbitmq socket-io

Last synced: about 2 months ago
JSON representation

Building a realtime application with RabbitMQ 🐰 and Socket 🦊.

Awesome Lists containing this project

README

        

# rabbitmq-socket

Building a realtime application with RabbitMQ 🐰 and Socket 🦊.

- Start RabbitMQ & API service

```shell
cd server && yarn
cd ../client && yarn
docker-compose up -d --build
```

- Go to http://localhost:15672/

![admin](./.images/rabbit_admin.png)