Code Monkey home page Code Monkey logo

electronlyte's Introduction

electronlyte

electronlyte is a better Electron, written in rust. A "safe" cross-browser desktop UI that comes in at under 2MB (compare to the standard NodeJS Electron at over 120MB++)

How it works

This project runs a type-safe, thread-safe, and performant...native Window(s) environment on MS Windows, Linux, and Mac OSX. The application main window is blazing fast, sans hacks, and is pure rust. In the window we inject the most lighweight version of a webview container - WebKit (Cocoa) on Mac OSX, WebKit (GTK) on Linux and MSHTML on Windows. Into the webview we inject your HTML5 / JavaScript application. Voila!

Writing your HTML5 / JavaScript

If you are looking for performance, it's advisable to look at "no runtime" JS - i.e. prefer a solution like Svelte https://github.com/sveltejs/svelte over e.g. React or Angular; but you're free to choose.

Writing your rust code

You don't need to write any rust code at all if you don't want to; but you can if you need to. You may, for example want to run a local database, or use sockets, networking services etc., in a separate thread. With rust these will run reliably, and fast. Interoperability with your JavaScript is built-in and bi-directional. You can call rust code from your JS and you can call JS from rust.

Interop JS-to-rust

Todo - here I'll write up the mechanism for exposing rust so that it can be called from JS.

Interop rust-to-JS

Todo - here I'll write up the mechanism for exposing JS so that it can be called from rust.

electronlyte's People

Contributors

andymans avatar

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.