forked from remotestorage/armadietto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.txt
55 lines (43 loc) · 1.75 KB
/
welcome.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
///
///////////
////// ////// remoteStorage Example App
///* ,/////*
,// ///,
,/////* *///// https://remotestorage.io
,//,////// //////
,//* /////////// *//, https://github.com/remotestorage
////// ///// //////,
//////. */////,,//,
,/// /////////// ///, (The MIT License)
//////, *///* ,//////
////// ////// Copyright (c) remoteStorage contributors
///////////
,-------.
| ABOUT |
`-------'
This example is part of the https://github.com/remotestorage/armadietto
remoteStorage server repository.
For running instructions read the example README.md at:
https://github.com/remotestorage/armadietto/blob/master/example/README.md
,--------------.
| INSTRUCTIONS |
`--------------'
The pane on the LEFT is the actual rendered
example application for you to interact with.
The TOP-RIGHT pane shows "logs" logged from this
application.
When this example Web application's JavaScript
calls a "log" function, the logged message
appears in the TOP-RIGHT pane.
Clicking any log message will scroll the
BOTTOM-RIGHT pane to the corresponding
JavaScript source code where this log message
occurs.
The idea being: as you interact with the app
you will see logs for various data setting
calls, state transitions, events, and
callbacks. Clicking on the log will show
you the code.
This way you will see how the example app uses
remotestorage.js and how it leverages the
remoteStorage APIs on.