Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 347 Bytes

ping couchapp

This couchapp creates a document in CouchDB and can list up documents which have the field "answer" with the value "pong"

pong.py

This script listens to the changesfeed of the ping database and if it founds a new document with the field "name" with the value "ping", it writes the field "answer" : "pong" to the document.