This is not intended to be comprehensive or authoritative, just free online resources I've found valuable while learning more about Erlang.
https://web.archive.org/web/20070429181654/http://www.sics.se/~joe/
| //This is a WeChat miniprogram client transport for phoenix.js | |
| // so that you can use easily use Phoenix Channel as a WebSocket server. | |
| // Written by @chrismccord | |
| // example usage: | |
| // ``` | |
| // let socket = new Socket("ws://localhost:4000/socket", { transport: WxSocket }) | |
| // socket.connect() | |
| // let channel = socket.channel("room:lobby", {}) | |
| // channel.join() | |
| // .receive("ok", resp => { console.log("Joined successfully", resp) }) |
This is not intended to be comprehensive or authoritative, just free online resources I've found valuable while learning more about Erlang.
https://web.archive.org/web/20070429181654/http://www.sics.se/~joe/