Questions tagged [swank-js]

Swank backend for Node.JS and in-browser JavaScript.

Swank backend for Node.JS and in-browser JavaScript.

swank-js provides SLIME REPL and other development tools for in-browser JavaScript and Node.JS. It consists of SWANK backend and accompanying SLIME contrib. Socket.IO is used to communicate with wide range of web browsers.

Repo: GitHub

2 questions
2
votes
0 answers

nodejs to nodejs repl/swank like communication with async calls?

I'm working on my own internal cmdline gui for controling my big remote node app. it uses terminal gui, things like this https://github.com/yaronn/blessed-contrib#rolling-log in combination with a REPL but I don't want to implement an internal API…
1
vote
1 answer

Kite live editing

I really like the idea behind Kite – using WebKit's own protocol for remote debugging. No need for a proxy socket server or a bookmarklet to connect to a web-page (that's how swank-js operates). The project's readme states that Kite... "enables ...…
katspaugh
  • 17,449
  • 11
  • 66
  • 103