Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
10 changes: 10 additions & 0 deletions js/tinySSB-for-Chrome/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# tinySSB Development: virtual backend for the Chrome Browser

Rationale: instead of writing JS and HTML code for your tinySSB
mini-app and then compiling it for Android for trying it out, this
"tinySSB-for-Chrome" environment enables you to test your mini-app
directly inside a Chrome brower tab.

Using Chrome's broadcast feature between tabs, new log entries are
sent to all tabs where they are funneled to your JS app logic. See the
attached PDF for details.
Loading