Blink: A potential way to run full C/C++/Go/Node.JS programs and more on iOS?

Created on 1 Nov 2018  路  4Comments  路  Source: blinksh/blink

Could Blink utilize a simple internal web server + WebKit's JIT capabilities through JavaScript to create an offline and persistent implementation of Browsix ("Unix In Your Browser Tab") to unlock more powerful tools and potentially enable the use of arbitrary Unix development tools and programs on iOS? I stumbled across both this project and Browsix while looking into iPad development environments and thought the possibilities were interesting.

Most helpful comment

Some progress on that
431326AC-0B8E-4265-950E-BDBCEB8479AE
606EB270-FF4B-4E06-BC89-99E23BB69658

All 4 comments

Another clunkier but potentially more finished/fully featured solution is JSLinux: https://bellard.org/jslinux/index.html

Some progress on that
431326AC-0B8E-4265-950E-BDBCEB8479AE
606EB270-FF4B-4E06-BC89-99E23BB69658

hi @yury is there a public development branch of this node running version somewhere?

Nope, I stopped experiments for this for now. Turns out it very hard to make it thread safe (to run multiple node engines)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwr picture jwr  路  3Comments

muammar picture muammar  路  3Comments

rekendahl picture rekendahl  路  4Comments

jasondinh picture jasondinh  路  3Comments

basepi picture basepi  路  5Comments