Please enable JavaScript.
Coggle requires JavaScript to display documents.
Web Services Project Brain Storming (Client (UI (Input, Display), Local…
Web Services Project Brain Storming
Client
UI
Input
Display
Local Processes: Small scale computation: faster speed when done locally
Save Local Data Changes
Send Local Save to Web Service
Request Web Save
#
Update Local Save with Web Save
#
Local Storage
Local save
Use NoSQL for learning purposes
Web Service
Web Processes
Receive and Save Local save data to Web Storage
Send Web Save to Local Client
Web Storage
Web Save: Used to Sync saves across devices
Use NoSql type DB for learning purposes
Google Cloud Platform : Free Tier
App Ideas
Dice Roller
Setup D&D like dice profiles with modifiers and saves
Start with building the App hosted on a locally running web host
Get everything the way I want working first
User configuration saved on server
Calculation & result done on local app
If time, calculation usage and results stored for server for later analysis
User configurations created and editable on local app
User defined dice types and modifiers, local
Figure out how to port working solution to a cloud based host