[fpc-pascal] fcl-web websocket

2023-11-08 Thread k1 via fpc-pascal
Hi guys, do somone know how to enable ssl with the websocket semod fcl-web/examples/websocket/server/wsserver fcl-web/examples/websocket/client/wsclient the client working fine with a node websocket server, with just one command more FClient.UseSSL := True; and uses opensslsockets but the

[fpc-pascal] fpc webassembly and node

2023-10-09 Thread k1 via fpc-pascal
Hi guys, i have a question concerning webassembly, please let me know if this is the wrong list. is it possible to use classes and compile to webassemly, the following code is working well but wen i uncomment the constructor line the code can be compiled but will not run anymore