https://github.com/salaah01/pubc-subc
Another pub-sub implementation no one asked for but built in C this time
https://github.com/salaah01/pubc-subc
Last synced: 7 months ago
JSON representation
Another pub-sub implementation no one asked for but built in C this time
- Host: GitHub
- URL: https://github.com/salaah01/pubc-subc
- Owner: Salaah01
- Created: 2024-03-12T23:14:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-13T05:29:48.000Z (over 1 year ago)
- Last Synced: 2025-01-06T21:49:06.907Z (9 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PubC SubC
This is a simple implementation of a pub-sub system in C. Built to help me learn the C programming language.