This would first list the current active parties by doing a get on the "party" webservice, displaying the results in a table with the following data:
"Owner of the game | Number of participants | (Join game column)"
Then, the user can "click" on "join this game" (which would send an API request to modify the party in the API server by adding the user into the participants list).
From then, the user should be redirected to the canvas page.
This would first list the current active parties by doing a get on the "party" webservice, displaying the results in a table with the following data: "Owner of the game | Number of participants | (Join game column)"
Then, the user can "click" on "join this game" (which would send an API request to modify the party in the API server by adding the user into the participants list).
From then, the user should be redirected to the canvas page.