Nobody mentioned it yet, I don't think, but for TiddlyWiki5 there is a NodeJS edition that syncs changes to the file system live. It has a little webserver which serves the save all template to the browser, and then the browser syncs its changes with the server. It's not quite realtime, but it's very close, and it could be with Socket.IO, I think.
Also, you can run that in Node Webkit with some very slight modification and it will actually save changes directly to the file system. I think mainly all I had to do was make a custom tiddlywiki.js file. Not sure on the performance improvements over the browser, except for saving time, of course, because each tiddler is in its own file and only what needs to be saved gets written. -Arlen On Thu, Aug 20, 2015 at 11:17 AM, Danielo Rodríguez <[email protected]> wrote: > > > El jueves, 20 de agosto de 2015, 14:07:00 (UTC+2), Atul Grover escribió: >> >> Dear All, >> >> >> Time and again TW5 + xAPI for mobile learning comes up as a long term use >> of TW5. >> >> Here is how EPUB3 and xAPI have come together for Mobile Learning >> https://www.youtube.com/watch?v=IZ7KEz3-N5s >> >> A pinterest type story-river is another idea that recurs for elearning on >> TW5. >> >> https://archive.org/details/image >> >> Regards >> Atul >> > > I really want to understand what the XApi is or can do, but I fail every > time I try. Could you simplify it to absurd? > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/b975c277-fd54-4163-99e5-100ba0e92639%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/b975c277-fd54-4163-99e5-100ba0e92639%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSRMGuPEELCrX8DAvw76qh6HzwVCvLXD_Umqs0JyA7DcQw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

