Closed jo closed 9 years ago
Add server.stop method which is exposed to the callback:
server.stop
spawnPouchdbServer(function (error, server) { console.log('PouchDB Server stared at localhost:5985/_utils') server.stop(function () { console.log('PouchDB Server stopped') }) })
The main process is not killed in case pouchdb server is stopped via server.stop().
server.stop()
Closes #14
merged via 8c17b0c
Add
server.stop
method which is exposed to the callback:The main process is not killed in case pouchdb server is stopped via
server.stop()
.Closes #14