Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
prog:lazarus:cas:network:network [16/07/2020 15:07] thierry [Multithread] |
prog:lazarus:cas:network:network [26/04/2021 19:54] (Version actuelle) thierry [Websockets] |
||
---|---|---|---|
Ligne 6: | Ligne 6: | ||
* [[http://www.delphibasics.info/home/delphibasicssnippets/multithreadedclientandserver]] | * [[http://www.delphibasics.info/home/delphibasicssnippets/multithreadedclientandserver]] | ||
* [[https://wiki.freepascal.org/Multithreaded_Application_Tutorial]] | * [[https://wiki.freepascal.org/Multithreaded_Application_Tutorial]] | ||
+ | |||
+ | === Test === | ||
+ | * [[https://httpd.apache.org/docs/2.4/fr/programs/ab.html]] | ||
+ | |||
+ | ===== HTTP ===== | ||
+ | * [[https://wiki.freepascal.org/fphttpclient]] | ||
+ | |||
+ | |||
+ | ===== Websockets ===== | ||
+ | * [[https://github.com/Warfley/LazWebsockets]] | ||
+ | * [[https://wiki.freepascal.org/Networking]] | ||
+ | * [[https://tools.ietf.org/html/rfc6455|RFC6455 sur les Websockets]] | ||
+ | * [[https://www.indyproject.org/2018/10/15/new-tidhttp-functionality-for-protocol-upgrading/]] | ||
+ | |||
+ | ====== Sources & Ressources ====== | ||
+ | * [[https://wiki.freepascal.org/Networking]] | ||
+ | |||
+ | |||
+ | |||