Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 848 Bytes

week-4.md

File metadata and controls

9 lines (5 loc) · 848 Bytes

Exercises Week 4

Intention

This week is all about finishing your app. It's up to you if you want to add fancy features or make the app more secure. Just be sure to check it against the rubric and to properly test with multiple users.

Exercise 1: Test your app

Make sure your app works with at least three people connected (preferably more) at the same time. They will probably need different parts of your database so you will need to set up some server-side functionality that serves a specific part of your database depending on the type or request a clients sends. These types of requests like “getLatestData” or “sendMessage” form the basis of the API of YOUR server. think about which methods/events your server will have/allow and describe them in your readme. It’s OK if not all methods work yet but try to plan ahead.