Code Monkey home page Code Monkey logo

Comments (2)

FSMaxB avatar FSMaxB commented on May 6, 2024 1

nativefier does the exact opposite of what you described. It takes a web application and bundles it as a Desktop app. But it still remains a Web Application.

Also what you describe won't ever be a good idea because you can't have native code in the Web since it won't be portable to other platforms. Then it might work on x86_64 Windows for example, but not on Mac/Linux/Smartphones etc.

The new "native" format for the Web is called WebAssembly. It is compiled to native code by the browser.

And you can't just ignore standards, because just running code isn't enough, you still need a way to display something, get input somehow and play audio etc. You need standards for that.

from open-source-flash.

ROBERT-MCDOWELL avatar ROBERT-MCDOWELL commented on May 6, 2024

well, maybe ignoring the standards not too much, but for sure the links I provided is not
to show an example of the concept, but just an idea of how we can be inspired from the opposite.
"you can't have native code in the Web since it won't be portable to other platforms. Then it might work on x86_64 Windows for example, but not on Mac/Linux/Smartphones etc."
well, a docker concept can be a start.... you agree or not. The game here is how to get out from any kind of standards and run on the network whatever we want transparently.

from open-source-flash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.