Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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 14:55]
thierry [Server]
prog:lazarus:cas:network:network [26/04/2021 19:54] (Version actuelle)
thierry [Websockets]
Ligne 5: Ligne 5:
   * [[http://​duketown.com/​server.shtml|http://​duketown.com/​server.shtml -> Server multithread]]   * [[http://​duketown.com/​server.shtml|http://​duketown.com/​server.shtml -> Server multithread]]
   * [[http://​www.delphibasics.info/​home/​delphibasicssnippets/​multithreadedclientandserver]]   * [[http://​www.delphibasics.info/​home/​delphibasicssnippets/​multithreadedclientandserver]]
 +  * [[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]]
 +
 +
 +