Skip to content

Commit 8f2ae66

Browse files
committed
add core services and platform services details
1 parent 3d8e9ee commit 8f2ae66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project demonstrates deployment of a Microservices based application Game O
66

77
There are several microservices used in this app
88

9-
#Core MicroServices:
9+
### Core MicroServices:
1010

1111
- Proxy: HAProxy based, and is responsible for surfacing the collection of APIs as a single facade for the entire application.
1212
- WebApp: Webapp is a simple nginx process that serves the static files that comprise the front-end of the UI.
@@ -16,7 +16,7 @@ There are several microservices used in this app
1616
- Map: The Map service is a Java EE application running on WebSphere Liberty that provides a public REST API using JAX-RS. It stores data in a NoSQL data store, either couchdb or Cloudant
1717
Room: Java based room implementation
1818

19-
#Platform Services:
19+
### Platform Services:
2020
- Amalgam8: Amalgam8 supplies Registry, and a Controller, via which it implements the Service Discovery, and Service Proxying
2121
- Kafka: Publish/Subscribe solution used by Amalgam8
2222

0 commit comments

Comments
 (0)