The Best 2 DreamSpaceJS/.NET Alternatives
DreamSpaceJS/.NET is primarily a JavaScript based solution for client AND server development, much like NodeJS. It's goal is to be an HTML5/JavaScript based...
dreamspacejs/.net is primarily a javascript based solution for client and server development, much like nodejs. it's goal is to be an html5/javascript based alternative to using flash/silverlight as development environments.
nodejs is a wonderful platform, but there's no easy solution for exposing .net/mono libraries to the server javascript code. the dreamspace framework system is comprised dreamspacejs, a client and server side javascript library, and dreamspace.net, which is the server side .net/mono extensible javascript server (i.e. you can easily extend the server features using a single interface: idsextension). all of these work together to make building websites easy for developers. the idea is to allow the client side to handle as much work as possible, such as validation, in which the same javascript code can be run server side as well. allowing easy integration of libraries at the server side means developers can write faster optimized code when needed, which gets triggered/called from the javascript in the server. as if this wasn't enough, the dreamspacejs system (written using the new typescript convention) also supports modules, which behave similar to nodejs modules. dreamspacejs modules are written in 100% javascript code, and are designed to accomplish a specific task, relying solely on the existence of extensions.
javascript html5 nodejs javascript-library javascript-framework html5-games