Skip to content

Showcasing usage of web components as microservice frontends

Notifications You must be signed in to change notification settings

tlueecke/webcomponents-microservices

Repository files navigation

Introduction

Example repository showcasing the implementation of complete microservices including the frontend:

  • One Microservice for searching books based on elastic
  • One Microservice for maintaining books based on JPA with HSQLDB notifying the search service
  • Eureka server for service discory
  • Polymer app with web components for both the books list using elastic service and books form using the jpa service
  • Angular app reusing web components in an Angular framing application

Code for polymer client cloned from farcic/books-service repository.