https://github.com/tableflip/meteor-method-promises
A simple example of using ES6 promises to handle async actions in Meteor methods
https://github.com/tableflip/meteor-method-promises
Last synced: 9 months ago
JSON representation
A simple example of using ES6 promises to handle async actions in Meteor methods
- Host: GitHub
- URL: https://github.com/tableflip/meteor-method-promises
- Owner: tableflip
- Created: 2015-10-09T15:08:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T15:08:55.000Z (over 10 years ago)
- Last Synced: 2025-02-15T12:46:47.146Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-method-promises
A simple example of using ES6 promises to handle async actions in Meteor methods