You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ There are several microservices used in this app
8
8
9
9
### Core MicroServices:
10
10
11
-
There are five core Java microservices, using [JAX-RS](https://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services), [CDI](https://dzone.com/articles/cdi-di-p1) etc. which are also part of the [MicroProfile](http://microprofile.io) spec.
11
+
There are five core Java microservices, using [JAX-RS](https://en.wikipedia.org/wiki/Java_API_for_RESTful_Web_Services), [CDI](https://dzone.com/articles/cdi-di-p1) etc. part of the [MicroProfile](http://microprofile.io) spec.
12
12
13
-
-[Player](https://github.com/gameontext/gameon-player): Players, are represented by the player Java microservice service, which provides a public API for CRUD operations, and for managing API tokens.
13
+
-[Player](https://github.com/gameontext/gameon-player): Players are represented by the player Java microservice which provides a public API for CRUD operations, and for managing API tokens.
14
14
-[Auth](https://github.com/gameontext/gameon-auth): Java microservice to allow players to connect and identify themselves via a selected "social login"
15
15
-[Mediator](https://github.com/gameontext/gameon-mediator): The Mediator service is implemented in Java using WebSphere Liberty, and connects players to rooms over Websockets
16
16
-[Map](https://github.com/gameontext/gameon-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
@@ -23,8 +23,9 @@ In addition, Proxy and WebApp complete the core microservices
23
23
24
24
### Platform Services:
25
25
26
-
-[Service Discovery and Registry](https://www.amalgam8.io/): Service Registry and Controller components, via which Service Discovery and Service Proxying are implemented.. In addition, there are sidecars associated with each microservice, which automatically registers the microservice with the registry.
27
-
-[Kafka](https://kafka.apache.org): Publish/Subscribe solution used by Platform
26
+
-[Service Discovery, Registry and Routing](https://www.amalgam8.io/): Service Registry and routing components, via which Service Discovery and Service Proxying are implemented. In addition, there are sidecars associated with each microservice, which automatically registers the microservice with the registry.
27
+
-[Redis](): Store the addresses used by Sidecars
28
+
-[Kafka](https://kafka.apache.org): Publish/Subscribe solution used by services and the platform.
28
29
29
30
Everything would be hosted on a Kubernetes Cluster where you can access your own GameOn app from anywhere.
0 commit comments