[FEATURE REQUEST] Async update (AJAX/websocket)
@jaredly is already working on this.
Since Apr 18, 2014.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 187
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I would like to use it with a rest api using mongoDB. Since mongoDB is document model oriented, Treed seems to be perfect for database visualization but i also would like to be able to update the database in real time for testing purposes.
By setting good conventions (like in rails and some others framewroks), it could be totally automatised.
I can do that if your plugin is able to fire an event which can be configurable like :
afterNodeUpdate(callback(node))
function callback(node){
// Ajax request
}
Hope we can do that !
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.