Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexennacht/ping-pong-pubsub
Your usual ping pong micro service but using pub sub and monorepo using turborepo
https://github.com/hexennacht/ping-pong-pubsub
Last synced: 1 day ago
JSON representation
Your usual ping pong micro service but using pub sub and monorepo using turborepo
- Host: GitHub
- URL: https://github.com/hexennacht/ping-pong-pubsub
- Owner: hexennacht
- License: mit
- Created: 2024-04-18T03:40:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T11:03:03.000Z (7 months ago)
- Last Synced: 2024-04-19T04:45:43.821Z (7 months ago)
- Language: Go
- Size: 5.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PING PONG PUBSUB
This repository contains a simple implementation of a ping-pong messaging system using the publish-subscribe pattern using go, rust and redis.
![running](./screen-shoot.png)
## Installation
To use the ping-pong pubsub system in your project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/your-username/ping-pong-pubsub.git
```2. Install the required dependencies:
```bash
npm install
```## Usage
To use the ping-pong pubsub, follow these steps:
1. Install redis using docker
2. Run dev command
```shel
npm run dev
```## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.