Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🦊.
- Host: GitHub
- URL: https://github.com/cuongndc9/rabbitmq-socket
- Owner: cuongndc9
- License: mit
- Created: 2020-12-29T03:14:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T10:54:31.000Z (almost 4 years ago)
- Last Synced: 2024-10-23T23:15:49.329Z (3 months ago)
- Topics: 103cuong, rabbitmq, socket-io
- Language: TypeScript
- Homepage:
- Size: 592 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)