woojee001 / js.io

Javascript Networking Library for building real-time web applications

Home Page:http://js.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js.io

js.io is a multi-platform package management and module system for JavaScript. js.io modules can be evaluated in a JavaScript runtime (e.g. node.js) or precompiled into a single package for use on the client side.

js.io provides the following:

A module system. Dependency graph that works in the client and the browser. Support and networking libraries that can be used on either platform.

run the js.io repl:

$ jsio

or run a js.io-flavored script:

$ jsio file.js	

or the js.io compiler:

$ jsio-compile

About

Javascript Networking Library for building real-time web applications

http://js.io

License:MIT License