puddle
v0.1.8
Published
A responsive editor built on Pomagma
Downloads
5
Readme
Puddle
Puddle is a reactive coding environment backed by the Pomagma inference engine.
Installing
Install node, npm, and mongodb. Then
git clone https://github.com/fritzo/puddle
cd puddle
npm install
npm test # optional
Quick Start
To run a local Puddle server using the public Pomagma server:
Install Puddle as above
Start a Puddle server
npm start # Ctrl-C to stop
In a browser, navigate to http://localhost:34934
To optionally run a local Pomagma server
Install Pomagma
Start a Pomagma analyst server
python -m pomagma analyze # Ctrl-C to stop
Restart puddle pointing to the local server
POMAGMA_ANALYST_ADDRESS=tcp://localhost:34936 nodejs main.js
Documentation
Authors
- Fritz Obermeyer https://github.com/fritzo
Puddle was factored out of Pomagma in 2014.
License
Copyright 2013-2014 Fritz Obermeyer. Puddle is licensed under the MIT license.