Skip to content

Async HTTP Scanner PoC using Spring WebFlux, Kotlin, Flow coroutines, gRPC, Akka, Scala

Notifications You must be signed in to change notification settings

lukyer/avast-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async HTTP Scanner

This is an experimental implementation of simple HTTP URL scanner with full async reactive stack. It consists of following microservices:

  • hw-kotlin: Spring WebFlux + Kotlin + Flow Coroutines + gRPC
  • hw-scala: Akka + Scala + gRPC

Simple HTML page is also being served as a part of WebFlux service. This web page acts as a streaming termination directly in user's browser.

Architecture

Communication diagram

Prerequisites

  • Docker for Mac (docker-compose in general should be enough)
  • Available 8080 + 8980 ports (or you have to manually change it)

How to run

TODO

  • fix scala Dockerfile to avoid long starting
  • add configurable constants (ports, etc)
  • add metrics, healthchecks
  • add swagger documentation
  • add Cypress UI test

About

Async HTTP Scanner PoC using Spring WebFlux, Kotlin, Flow coroutines, gRPC, Akka, Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published