Skip to content

Educorreia932/FEUP-SDLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Distributed Systems in Large Scale ⛓

M.EIC - 1st year / 1st semester

Projects

Implementation of a Reliable Pub/Sub Service

The first project consisted in designing and implementing a reliable publish/subscribe service with exactly-once message delivery in mind.

The implementation was done in Kotlin and since it compiles to Java bytecode, the JeroMQ library (Java's binding for ZeroMQ) was used for message exchanging. As a build tool we used Maven