Download fire Free Java Code

Description

An experimental Framework that uses JSON structures to simplify the definition of complex behavior from asynchronous sources in Node.js.

Source Files

The download file fire-master.zip has the following entries.


.gitignore/*from   w  w w. j  a  va 2s . com*/
.travis.yml
LICENSE
Makefile
README.md
bin/firejs
examples/Examples.30Numbers.fjson
examples/Examples.ClearingErrors.fjson
examples/Examples.ContactsFromEmails.fjson
examples/Examples.DotNotationPaths.fjson
examples/Examples.Equals.fjson
examples/Examples.EqualsStrict.fjson
examples/Examples.ErrorCatching.fjson
examples/Examples.IfBypass.fjson
examples/Examples.IfLastResult.fjson
examples/Examples.IfVariable.fjson
examples/Examples.NoZeroNumbers.fjson
examples/Examples.NotEquals.fjson
examples/Examples.OuterVariables.fjson
examples/Examples.ReturningErrors.fjson
examples/Examples.ScopedVariables.fjson
examples/Examples.SimpleNamesVariables.fjson
examples/Examples.TheFruitsJoy.fjson
examples/Examples.UnlessLastResult.fjson
examples/helloModuleProgram/Examples.Hello.Main.fjson
examples/helloModuleProgram/ignition.manifest.json
examples/helloModuleProgram/node_modules/examplesHello/index.js
examples/helloModuleProgram/package.json
examples/node_modules/fire.js
index.js
package.json
src/Ast.js
src/AstNodeType.js
src/Comparable.js
src/CompilationError.js
src/Compiler.js
src/Error.js
src/Expressions.js
src/IgnoreOutput.js
src/InitializerError.js
src/Iterator.js
src/ModuleInitializer.js
src/ModuleInitializerError.js
src/NameGenerator.js
src/Paths.js
src/Runtime.js
src/RuntimeDictionary.js
src/RuntimeError.js
src/StringBuffer.js
src/SynTable.js
src/Utils.js
src/built-in/break.js
src/built-in/catch.js
src/built-in/clearError.js
src/built-in/concat.js
src/built-in/continue.js
src/built-in/decrement.js
src/built-in/each.js
src/built-in/equals.js
src/built-in/get.js
src/built-in/getModuleConfig.js
src/built-in/hint.js
src/built-in/if.js
src/built-in/increment.js
src/built-in/index.js
src/built-in/input.js
src/built-in/isEmpty.js
src/built-in/isNotEmpty.js
src/built-in/loop.js
src/built-in/notEquals.js
src/built-in/parentResult.js
src/built-in/push.js
src/built-in/raiseError.js
src/built-in/return.js
src/built-in/returnError.js
src/built-in/scopeSet.js
src/built-in/set.js
src/built-in/test.js
src/built-in/trigger.js
src/built-in/try.js
src/built-in/undefined.js
src/built-in/unless.js
src/built-in/xif.js
src/built-in/xunless.js
src/cli.js
src/constants.js
src/core.js
src/mergeWith.js
test/commandLineDirs/appNameFromExpression/AppNameFromMainExpression.Main.fjson
test/commandLineDirs/appNameFromExpression/AppNameFromOtherName.fjson
test/commandLineDirs/appNameFromExpression/ReturnAppName.fjs
test/commandLineDirs/appNameFromPackage/AppNameFromPackage.Main.fjs
test/commandLineDirs/appNameFromPackage/package.json
test/commandLineDirs/deferredSubModuleLoading/DeferredTest.Main.fjson
test/commandLineDirs/deferredSubModuleLoading/ignition.manifest.json
test/commandLineDirs/deferredSubModuleLoading/node_modules/fire.js
test/commandLineDirs/deferredSubModuleLoading/node_modules/sub/ignition.manifest.json
test/commandLineDirs/deferredSubModuleLoading/node_modules/sub/index.js
test/commandLineDirs/deferredSubModuleLoading/node_modules/sub/node_modules/SubSub.fjson
test/commandLineDirs/deferredSubModuleLoading/node_modules/sub/node_modules/subsub.js
test/commandLineDirs/deferredSubModuleLoading/package.json
test/commandLineDirs/expressionsList/MyApp.Main.fjson
test/commandLineDirs/failingInitializer/failingInitializer.Main.fjson
test/commandLineDirs/failingInitializer/initializers/development/failingInitializer.Init.fjson
test/commandLineDirs/invalidMainPackageJson/package.json
test/commandLineDirs/moduleInitExpInit/ReturnInitializedValues.fjs
test/commandLineDirs/moduleInitExpInit/ignition.manifest.json
test/commandLineDirs/moduleInitExpInit/initializers/development/appInitExpInit.App.init.fjs
test/commandLineDirs/moduleInitExpInit/moduleInitExpInit.Main.fjson
test/commandLineDirs/moduleInitExpInit/node_modules/fire.js
test/commandLineDirs/moduleInitExpInit/node_modules/mod1/index.js
test/commandLineDirs/moduleInitExpInit/node_modules/mod1/initializers/development/moduleInitExpInit.App.init.fjs
test/commandLineDirs/moduleInitExpInit/package.json
test/commandLineDirs/moduleInitializers/ignition.manifest.json
test/commandLineDirs/moduleInitializers/moduleInitializers.Main.fjson
test/commandLineDirs/moduleInitializers/node_modules/fire.js
test/commandLineDirs/moduleInitializers/node_modules/someInitModule/index.js
test/commandLineDirs/moduleInitializers/node_modules/someInitModule/initializers/development/someInitModule.Init.fjson
test/commandLineDirs/moduleScriptDirs/ignition.manifest.json
test/commandLineDirs/moduleScriptDirs/moduleScriptDirs.Main.fjson
test/commandLineDirs/moduleScriptDirs/node_modules/fire.js
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/auxManifestDir/superExpression3.fjson
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/auxManifestDir/superExpression4.fjs
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/auxModDir/superExpression2.fjson
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/auxModDir/superExpression5.fjs
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/ignition.manifest.json
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/index.js
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/superExpression1.fjson
test/commandLineDirs/moduleScriptDirs/node_modules/superModule1/superExpression1b.fjs
test/commandLineDirs/node_modules/fire.js
test/commandLineDirs/packageJson/PackageExample.Main.fjson
test/commandLineDirs/packageJson/package.json
test/commandLineDirs/parsedArgv/Parsed.Argv.fjs
test/commandLineDirs/parsedArgv/Parsed.Main.fjson
test/commandLineDirs/printManifest/ignition.manifest.json
test/commandLineDirs/printManifest/package.json
test/commandLineDirs/simple/mySimpleMain.fjson
test/commandLineDirs/withManifest2/ignition.manifest.json
test/commandLineDirs/withManifest2/myMain.fjson
test/commandLineDirs/withManifest2/node_modules/fire.js
test/commandLineDirs/withManifest2/node_modules/testFourModule/index.js
test/commandLineDirs/withManifest2/node_modules/testFourModule/package.json
test/commandLineDirs/withRootLevelFiles/myMain.fjson
test/commandLineDirs/withRootLevelFiles/myOtherExpression.fjson
test/commandLineDirs/withSubScripts/customExpression.fjs
test/commandLineDirs/withSubScripts/ignition.manifest.json
test/commandLineDirs/withSubScripts/myMain.fjson
test/commandLineDirs/withSubScripts/myOtherExpression.fjson
test/commandLineDirs/withSubScripts/otherExpressions/customSubExpression.fjs
test/commandLineDirs/withSubScripts/otherExpressions/subExpression.fjson
test/dependentModules/dependentModules.Main.fjson
test/dependentModules/ignition.manifest.json
test/dependentModules/node_modules/fire.js
test/dependentModules/node_modules/loadedModule1/ignition.manifest.json
test/dependentModules/node_modules/loadedModule1/index.js
test/dependentModules/node_modules/loadedModule2/index.js
test/expressions/testDoLoopControl.js
test/expressions/testExecAtFirstTime.js
test/expressions/testExecAtThirdTime.js
test/expressions/testExpThatRaisesError.js
test/expressions/testIncrementedName.js
test/expressions/testReturnParentResult.js
test/expressions/tickedReturn.js
test/initializersTest/ignition.manifest.json
test/initializersTest/initializers/development/initializersTest.Dev.Init.fjson
test/initializersTest/initializers/test/initializersTest.Test.Init.fjson
test/initializersTest/initializersTest.Main.fjson
test/initializersTest/node_modules/fire.js
test/initializersTest/node_modules/initializersTestLog.js
test/loadedModules/ignition.manifest.json
test/loadedModules/node_modules/loadedModule1/index.js
test/loadedModules/node_modules/loadedModule2/index.js
test/loadedModules/runtimeLoader.testjs
test/manifestTokens/testUnknownToken.json
test/manifestTokens/testUnknownWithNoDefault.json
test/manifestTokens/withDepth.json
test/manifestTokens/withFireAppName.json
test/manifestTokens/withFireAppPid.json
test/manifestTokens/withFireBase.json
test/manifestTokens/withFireEnvName.json
test/manifestTokens/withProcessEnv.json
test/manifests/testConfig/ignition.manifest.json
test/manifests/testConfig/node_modules/module1/main.js
test/manifests/testConfig/node_modules/module1/package.json
test/manifests/testConfig/runtimeLoader.testjs
test/manifests/testConfigMissing/ignition.manifest.json
test/manifests/testConfigMissing/node_modules/module1/main.js
test/manifests/testConfigMissing/node_modules/module1/package.json
test/manifests/testConfigMissing/runtimeLoader.testjs
test/manifests/testConfigMissing/testConfigMissing.Main.fjson
test/manifests/testModules/ignition.manifest.json
test/manifests/testModules/node_modules/expressionModule1/main.js
test/manifests/testModules/node_modules/expressionModule1/package.json
test/manifests/testModules/node_modules/expressionModule2/main.js
test/manifests/testModules/node_modules/expressionModule2/package.json
test/manifests/testModules/runtimeLoader.testjs
test/node_modules/fire.js
test/onLoadTest/ignition.manifest.json
test/runtimeExtensions.js
test/sourceUri/Bye.fjson
test/sourceUri/Hello.js
test/sourceUri/Hi.fjs
test/test.Ast.js
test/test.CommandLine.js
test/test.Comparable.js
test/test.Iterator.js
test/test.MergeWith.js
test/test.Paths.js
test/test.SourceUri.js
test/test.UnsupportedHints.js
test/test.js

Download

Click the following link to download fire-master.zip.

fire-master.zip




















Home »
  Javascript Free Code Download »
    Node.JS »




Node.JS
Node.JS API
Node.JS Canvas
Node.JS Chat
Node.JS Client
Node.JS CSS
Node.JS Database
Node.JS Framework
Node.JS Game
Node.JS html5
Node.JS JSON
Node.JS Library
Node.JS Log
Node.JS Module
Node.JS MVC
Node.JS SDK
Node.JS Server
Node.JS Socket
Node.JS URL
Node.JS Web Application