What is the difference between dnode and nowjs?
问题 How do the two compare to each other? 回答1: TL;DR DNode provides RMI; remote functions can accept callbacks as arguments; which is nice, since it is fully asynchronous; runs stand-alone or through an existing http server; can have browser and Node clients; supports middleware, just like connect ; has been around longer than NowJS. NowJS goes beyond just RMI and implements a "shared scope" API. It's like Dropbox, only with variables and functions instead of files; remote functions also accept