Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaxingson/webassembly-demos


https://github.com/yaxingson/webassembly-demos

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# WebAssembly

> wasm: 体积小且加载快的二进制格式

`机器字节码`

```js
WebAssembly.compile()

const instance = new WebAssembly.Instance()

```

# WebRTC

WebRTC(Web Real-Time Communication): 互联网浏览器间`实时通信`的平台

> SDP协议和媒体协商(通讯双方交换SDP信息的过程)

NAT(Network Address Transition, 网络地址转换)

```js

```