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: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T11:03:03.000Z (about 1 year ago)
- Last Synced: 2025-01-16T16:42:06.802Z (4 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.

## 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.