Sign in

offline chromebook app?

  • This topic has 4 replies, 2 voices, and was last updated 2 years, 9 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2659
    Avatar photo[anonymous]

    Hello All. Just found Publii, and I think I’m hooked! Thanks.

    So, all of us newbies are permitted a goofball comment or question, right? Here it is: What would it take to make Publii run (someday) on super-cheap chromebooks? (offline!)

    Here’s an even goofier question (from a hardware engineer): Can’t you just (someday) put all of the javascript code into an html file, then just click it open to run the whole Publii thingy inside the browser (offline) ?

    (I’m looking for a few low-cost tools for offline academic environments in low-income parts of the planet…)
    Thanks for your patience!

     

    #2663
    Avatar photo[anonymous]

    Hmm… What about this:

    https://github.com/browserify/browserify
    https://github.com/browserify/browserify-handbook

    https://scotch.io/tutorials/getting-started-with-browserify
    “Browserify seeks to extend the Node ecosystem into to the browser.”

    https://derickbailey.com/2014/06/10/browserify-my-new-choice-for-modules-in-a-browser-backbone-app/
    “And I almost immediately fell in love with browseify when I realized I could write code that looks like NodeJS modules, but have it run in my browser!”

    #2665
    Avatar photo[anonymous]

    And some notes about access to the local filesystem:

    https://stackoverflow.com/questions/46467858/manipulating-the-local-file-system-with-browser-based-javascript-and-node
    “Naturally, browser-hosted JavaScript cannot access the file system of the user’s machine (at present; someday, some kind of sandboxed access may happen — the last attempt failed, but that doesn’t mean the next one has to).”
    “Probably the easiest way for the pieces to interact would be HTTP, which you can trivially support using ExpressJS.”

    ===

    Native File System
    Draft Community Group Report, 5 May 2020
    https://wicg.github.io/native-file-system/

    https://web.dev/native-file-system/
    “The Native File System API (formerly known as the Writeable Files API) enables developers to build powerful web apps that interact with files on the user’s local device,”

     

    #2668
    Avatar photoTomasz Dziuda

    Hi,

    Sorry, but due use of few natively compiled packages there is no way to implement Publii in such way.

    --
    Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!

    #3098
    Avatar photo[anonymous]
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘offline chromebook app?’ is closed to new replies.