Hacker News new | ask | show | jobs
by gopisuvanam 844 days ago
it seems to be running JS in webworker. which is good as it does not block the main thread, but then you cannot access some of the JS features like the DOMs and importing modules dynamically.

still I ♥ the fact that it can loaded from guthub pages without any backend!!