Coder Social home page Coder Social logo

interactivate's Introduction

interactivate

This is project is an experimental interactive code editing in a browser. Demo is better than any words, so just give it a try

Try / Hack

npm install
npm start

And open ./index.html in your browser.

interactivate's People

Contributors

gozala avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

interactivate's Issues

Intartivate exsiting projects

At the moment interactivate can be used just with plain JS, it can be used to play with
arbitrary projects. For example I'd love to have a way to obtain a context of the library I'm working
with to use it as a repl. What I have in mind is similar to node repl that you can lunch from any folder
and require modules available to it. Maybe interactivate command that can be lunched from cli to
get the context of the pwd.

Make output for JS values interactive

At the moment output for JS values is pretty much useless, what we should render instead is something
similar to web inspector's objects that can be navigated or folded. Also ideally folding should be preserved between edits and fields updated. Regardless of weather identity of the value is same or not.

Probably we need something like a render function that takes previous state and current state and returns a DOM node back that is then injected into output.

simple embeding

It would be great if interactivate was really easy to embed for interactive code examples etc..

Remote execution

At the moment interactivate works in a local js context, but maybe it can be extended such that it will work a host contexts ? For example for interactivating node node could start a host server that interactivate connects to and via RPC code is executed in remote context but results are displayed in the interactivate buffer. Something like a swank / slime

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.