Add callback-once behavior to models
Open
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
We do both: server responds to the `update` request with websocket's callback, and also server sends an `updated` event:
```
4218["api/contribution_months::update","589a406ec2bc190011c72a29",{ ... }]
4318[null,{"_id":"589a406ec2bc190011c72a29",...}]
42["api/contribution_months updated",{"_id":"589a406ec2bc190011c72a29",...}]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.