Socket
Book a DemoInstallSign in
Socket

sofia2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

sofia2

Sofia2 is an IoT plattform accesible from any kind of thing by using middlewares and standards.

unpublished
latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

Sofia2 - ECMAScript

npm version Build Status

** UNDER CONSTRUCTION, COMING SOON... **

The client for ECMAScript (from now simply "ES", the standard specification of the well known JavaScript language) is built over ECMAScript 6 draft standards, but using only the subset that is able to be pollyfied with and for ES3.

Always looking at the future!

By doing this, Sofia2 ECMAScript version will be able to run not only in modern browsers but also over legacy ones like Internet Explorer 8.

Use it

Because sofia2 follows the UMD, it is able to run over any module system (like CommonJS Modules on node.js, RequireJS on browsers or a simple global variable var Sofia2).

Nodejs && NPM

With npm do: npm install sofia2 --save-dev

Browsers

Include the release/sofia2.bundle.js in your document with a <script> tag or with a require sentence.

Polyfills

EcmaScript 5:

  • Shim: you can download it from es5-shim npm package before ECMAScript 6 pollyfills and sofia2js.

EcmaScript 6:

Build it

In order to build the ECMAScript client of Sofia2, you will need to following the next steps:

  • Install node.js, with npm included in the setup process.
  • Open a command prompt over the ecmascript folder.
  • Run npm install.

A new folder release will appear, containing ol the generated files...

Thats all!

Examples

Keywords

sofia

FAQs

Package last updated on 01 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts