A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/agebrock/dojo-node below:

agebrock/dojo-node: a lightwave dojo framework wrapper for node.js use the rich framework components in your node environment.

#Dojo-Node Running dojo on the server as simple as it should be ...

##Changelog

##Features ... install dojo using npm ... use dojo in a local context. (keep the global context clean) ... make it work without hacking in the original source.

##Installation npm install dojo-node

##HowTo var dojo = require('dojo-node').dojo;

var myClass = dojo.declare([], {
    //....
});

##HowToHack Since the "index.js" is our only file, this would be a good start to extend the project. The project uses a modified dojo bootstrap file and a slightly changed nodeConfig.js to fireup the framework. the index.js will export the context, i used to load dojo. the context includes a typical amd loader, like "amd like require", "define" usw....

You should be able to reuse the functions to load third party modules or even dojox related stuff.

##Bugs I only use the project for smaller tests and evaluations, if you having trouble using the project for your need give me a ping.

Cheers


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4