文件名称:zrx:Zetta的React式API客户端(https
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-03 17:45:06
JavaScript
zrx Zetta的响应式客户端( )。 安装 npm install zrx 例子 var zrx = require ( './zrx' ) ; zrx ( ) . load ( 'http://zetta-cloud-2.herokuapp.com' ) . server ( 'Detroit' ) . device ( function ( d ) { return d . type === 'display' ; } ) . toDevice ( ) . subscribe ( function ( device ) { console . log ( device . message ) ; } ) ; 执照 麻省理工学院
【文件预览】:
zrx-master
----.gitignore(13B)
----package.json(645B)
----device.js(246B)
----LICENSE(1KB)
----zrx.js(4KB)
----example2.js(210B)
----README.md(400B)
----example.js(668B)
----example4.js(1KB)
----example3.js(147B)