- echo-actors : The Scala implementation of the Echo engine, based on a distributed actors architecture using Akka
- echo-microservices : The Java implementation of the Echo engine, based on a microservice architecture
- echo-core : The library for core Echo tasks (feed-parsing, searching, etc), used by echo-actors and echo-microservices
- echo-web : The web-frontend for the Echo, used by both echo-actors and echo-microservices
Run with:
gradle :echo-actors:clean build run
Run with:
gradle :echo-web:ngServe