Service calls and data queries etc. are not supposed to be implemented by the signaling service. The latter one is only used to notify player of other user activities (joining and leaving the game).
Create the module directory.
Create a README.md
Create a "Hello World" resource.
Integrate service into the composition and (reverse) proxy.
Edited: Removed game-specific feature requests in order to start with more infrastructure-specific features (it should work in the environment and not necessarily in the domain).
Related to: #12
Service calls and data queries etc. are not supposed to be implemented by the signaling service. The latter one is only used to notify player of other user activities (joining and leaving the game).
Edited: Removed game-specific feature requests in order to start with more infrastructure-specific features (it should work in the environment and not necessarily in the domain).