Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 528 Bytes

ExoBeanstalkd

Simple implementation of a brokered Job Queue in C++.

Getting Started

Dependencies

  • C++17
  • cmake

Installing

To setup the broker, consumer and producer refer to their README.md files separately in their respective directories.

Acknowledgements

Following open-source libraries were used in the project.