fwouts / instant

A minimal prototype of an instant code editor. It runs JS code as you type.

Home Page:https://cdn.rawgit.com/zenclabs/instant/demo-v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instant

A minimal prototype of an instant code editor. It runs JS code as you type.

Demo

Try it out

Underlying technologies

The code is actually quite simple. It's based on:

Note on security

This is not designed to be a secure coding environment. The code you type is run inside a Web Worker, but breaking out of the sandbox or at least creating unexpected behaviour is totally doable (e.g. by calling postMessage).

About

A minimal prototype of an instant code editor. It runs JS code as you type.

https://cdn.rawgit.com/zenclabs/instant/demo-v3/


Languages

Language:JavaScript 77.4%Language:HTML 16.1%Language:CSS 6.5%