Nowadays I was trying node.js (actually, following tutorials).
During the following, some thoughts popped up:
- node.js says one of the biggest strength lies in asynchronous callback
- Qt is designed to be asynchronous
- Boost has boost::async
- Which of the two, node.js or C++, would have more libraries?
- Which will be faster, JIT or static compilation?