This repository contains 6 exercises for AGH Course. Most of them are written in Kotlin and Scala.
Simple chat app using sockets
RESTapi server using KTOR, which works both as a client and a server. As a server, it serves the simple html form to query the news from some News Apis. As a client, it calls the remote News Apis and present results.
Publish subscribe pattern implemented with RabbitMQ. Below image presents the architecture
Publish subscribe pattern using GRPC. Written in Kotlin and Scala. I think it's great example how to use just released Kotlin GRPC compiler, which generates class files using coroutines. Also it presents how to setup grpc protobuf gradle plugin in kts
Smarthouse simulation using Thrift RPC. Written in Kotlin and Scala.
Simple zookeeper client that watches the existance of nodes, gives basic information like count of successors of given node or prints its files tree.
Simple Akka exercise that makes a use of Akka, AkkaHttp and Slick. Simulates clients querying for prices. Written in, of course, Scala.