x-websocket

WebComponent WebSocket wrapper.

  • 所有者: elierotenberg/x-websocket
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

<x-websocket> Bower Version

A Polymer/WebComponent wrapper of WebSocket client.

Usage

  1. Install the component using Bower:

    $ bower install x-websocket --save
    
  2. Import Web Components' polyfill:

    <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
    
  3. Import Custom Element:

    <link rel="import" href="bower_components/x-websocket/dist/x-websocket.html">
    
  4. Start using it!

    <x-websocket url="ws://echo.websocket.org"></x-websocket>
    

Options

Attribute, Options, Default, Description
---, ---, ---, ---
url, string, undefined, WebSocket server endpoint to connect to. Usually starts with ws:// or wss://.
json, bool, false, Automatically JSON-encode sent messages and JSON-decode received messages.
jsonSend, bool, false, Automatically JSON-encode sent messages, even if json is false.
jsonReceive, bool, false, Automatically JSON-decode recieved messages, even if json is false.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.

License

MIT License

主要指標

概覽
名稱與所有者elierotenberg/x-websocket
主編程語言HTML
編程語言JavaScript (語言數: 2)
平台
許可證
所有者活动
創建於2014-04-13 18:51:06
推送於2016-01-31 16:27:48
最后一次提交
發布數4
最新版本名稱v0.2.0 (發布於 2014-04-13 21:10:10)
第一版名稱v0.1.0 (發布於 )
用户参与
星數14
關注者數3
派生數12
提交數44
已啟用問題?
問題數1
打開的問題數1
拉請求數1
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?