» Main »
stratifiedjs - Oni StratifiedJS runtime
Published by Tim Cuthbertson
- Overview
This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:
If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.
Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.
Alternatively, to run it from the command-line:
$ 0launch http://gfxmonk.net/dist/0install/stratifiedjs.xml
The 0alias command can be used to create a short-cut to run it again later.
If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.
- Full name
- Description
Oni StratifiedJS - Multi-Platform Stratified JavaScript Implementation ====================================================================== Oni StratifiedJS (previously known as "Oni Apollo") is the reference [StratifiedJS Language](http://onilabs.com/reference) implementation + a supporting set of modules. It runs server-side (based on NodeJS) as well as client-side (cross-browser). For an overview see [onilabs.com/stratifiedjs](http://onilabs.com/stratifiedjs). Please post questions to the [StratifiedJS Google Group](http://groups.google.com/group/oni-apollo/topics). How to run/install ------------------ For server-side use, you can just execute the `sjs` executable (provided you have nodejs installed). For client-side use, just include `stratified.js` in your html, as described at [onilabs.com/stratifiedjs](http://onilabs.com/stratifiedjs). Prebuilt packages: ------------------ Users of the [bower](http://bower.io/) or [npm](https://npmjs.org/) package managers can install the `stratifiedjs` package using either of these tools. `npm` users should install globally (`npm install -g`) to add the `sjs` and `rocket` binaries in your `$PATH`. What's in this repository: ========================== stratified.js ------------- - Client-side cross-browser StratifiedJS runtime. - ~25kB gzipped, MIT-licensed. - For more information please read the docs at [onilabs.com/stratifiedjs](http://onilabs.com/stratifiedjs). stratified-node.js, 'sjs' executable --------------------------------------- - Server-side StratifiedJS runtime for NodeJS. - If you've got NodeJS installed, just run `sjs` to get a serverside SJS REPL. - See also this [StratifiedJS Google Group post](https://groups.google.com/forum/#!topic/oni-apollo/ZDkxczAZcgw) rocket, rocket-modules/ ----------------------- - A simple web server. Run `rocket` to start a webserver on port 7070, serving the current directory. Run `rocket -h` for options. modules/ -------- - 'Oni StratifiedJS Standard Module Library' - All MIT-licensed. - Runs server-side or client-side. - Documentation at [onilabs.com/modules](http://onilabs.com/modules). src/ ---- - build tools and source code from which stratified.js and stratified-node.js are assembled. How to build ------------ Everything is already pre-built. No need to compile anything unless you change something in the src/ directory. In that case, you can use the src/build/make-sjs tool to reassemble stratified.js and stratified-node.js. The build process should work on most unixy environments out of the box (in particular it requires CPP - the C preprocessor). Considerations for client-side use ---------------------------------- Note that, by default, if you load standard library modules using code such as var http = require('sjs:http'); the module will be requested from LOCATION_WHERE_STRATIFIED_JS_WAS_LOADED_FROM/modules This location can only be inferred if you load stratified.js in the 'normal' way. If you rename stratified.js to something else, or you don't load it through a <script> tag, you'll need to manually configure the 'sjs' hub before you can make calls such as `require('sjs:http')`. To (re-)configure the 'sjs hub', you can use code such as this: require.hubs.unshift( ["sjs:", "http://code.mydomain.com/sjs-mirror/modules/"] ]); // all modules addressed as 'sjs:' will now be loaded from the // location above. Note that many browsers cannot load modules over the `file:` protocol. You can use `rocket` to serve up the current directory locally. Alternatively, you can serve stratified.js and the modules/ directory with a different web server, or load stratified.js & modules/ from http://code.onilabs.com/ as described at [onilabs.com/stratifiedjs](http://onilabs.com/stratifiedjs).
- Homepage
- Available versions
The list below is just for information; Zero Install will automatically select one of these versions for you.
Version Released Stability Platform Download 0.14.0 2013-06-19 Any Download (961895 bytes) 0.14.1 2014-01-20 Any Download (961927 bytes) 0.16.1 2014-01-20 Any Download (1143477 bytes) - Required libraries
The list below is just for information; Zero Install will automatically download any required libraries for you.