Michaël Van Canneyt 6717b54b3e * Add host config file to configure behavior 11 meses atrás
..
README.md b05c3cb55e * Websocket API 11 meses atrás
bulma.min.css f07765b895 * Improve HTML 11 meses atrás
hostconfig.js 6717b54b3e * Add host config file to configure behavior 11 meses atrás
index.html 6717b54b3e * Add host config file to configure behavior 11 meses atrás
wasmwebsocket.lpi e9df862a56 * Remove non-existing files 11 meses atrás
wasmwebsocket.lpr 6717b54b3e * Add host config file to configure behavior 11 meses atrás

README.md

This program hosts a webassembly program that needs websocket support.

An example of a webassembly program that uses this websocket support can be found in FPC's demos:

packages/wasm-utils/demo/websocket

You will also need the websocket server program that is part of FPC

packages/fcl-web/examples/websocket/server