摘要: Core Concept: HTTP-Centered 阅读全文
posted @ 2019-10-12 16:49 iDragon 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Node Addon as bridge between javascript and C++ //build addonfile: binding.gyp{ "targets": [ { "target_name": "myaddon", "sources": ["hello.cc"] },{ " 阅读全文
posted @ 2019-10-12 09:09 iDragon 阅读(366) 评论(0) 推荐(0) 编辑
摘要: EventBus: 0: Register one object as subscriber in registry 1: Search annotations on all subscriber's methods which has only one parameter as event typ 阅读全文
posted @ 2019-10-12 08:11 iDragon 阅读(125) 评论(0) 推荐(0) 编辑