Skip to content

fwouts/instant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published