TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What technology do they use to have Android/iOS emulator in web browser?

2 pointsby airswimmerabout 9 years ago
They are online Android&#x2F;iOS emulators in browser. They are Manymo http:&#x2F;&#x2F;manymo.com and https:&#x2F;&#x2F;appetize.io .<p>Do you know how to implement a website like that? And what computer hardware should be using?<p>Should we run an actual Android&#x2F;iOS phone behind?<p>Welcome to talk!

1 comment

informatimagoabout 9 years ago
I don&#x27;t know about those emulators (probably they run the emulator on a powerful server and just send the display to the web browser); but emulators are just virtual machines, that is, mere programs, and web browsers can be programmed in JavaScript. So there, you have a X86 emulator written in JavaScript, running on your browser, and booting linux, and any linux programs you care to run on it:<p><a href="http:&#x2F;&#x2F;bellard.org&#x2F;jslinux&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bellard.org&#x2F;jslinux&#x2F;</a>
评论 #11229720 未加载
评论 #11229846 未加载