This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| testapp erstellt. | |
| ich experimentiere mit websockets sub and pub. | |
| momentane funktionalität: | |
| * eine Datei (im Pod) wird ausgelesen und in der Konsole angezeigt. | |
| * bei Changes in der Datei werden die Aenderungen realtime in der Console geloggt. | |
| * User COULD login, this is secondary. | |
| * Websocket wird korrekt geöffnet, ausgelesen, allerdings monentan nicht geclosed. | |
| * es wird Solid Protocol '0.1.0' verwendet. | |
| * senden: sub | |
| * auslesen: pub | |
| * String-Operationen und -Manipulationen | |
| * realtime read and write | |
| * possible purpose: a simple chat-app |