pas2js/demo/wasienv/websocket
2024-09-08 11:12:57 +02:00
..
bulma.min.css * Improve HTML 2024-09-07 23:33:09 +02:00
hostconfig.js * Add host config file to configure behavior 2024-09-08 11:12:57 +02:00
index.html * Add host config file to configure behavior 2024-09-08 11:12:57 +02:00
README.md * Websocket API 2024-09-07 17:35:46 +02:00
wasmwebsocket.lpi * Remove non-existing files 2024-09-08 10:48:34 +02:00
wasmwebsocket.lpr * Add host config file to configure behavior 2024-09-08 11:12:57 +02:00

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