Y
Hacker News
new
|
ask
|
show
|
jobs
by
lloyd-christmas
3569 days ago
We've converted all our node apps to typescript and I've even started messing around with replacing all our back end promises/callbacks with rxjs.
1 comments
krlkv
3556 days ago
You might want to reconsider using RxJS on backend, since it is significantly slower than Bluebird promises (which you should be using instead of native V8 promises at least for now)
http://bluebirdjs.com/docs/benchmarks.html
link