ArcticWalrus / Projet-S4

Conception d'un système ordiné appliqué au domaine de la santé
0 stars 1 forks source link

Research for Server connection websocket #30

Closed t-constantin closed 5 years ago

t-constantin commented 5 years ago

(wikipédia sur l'implémentation de websocket)

  1. libwebsockets, une implémentation en C optimisée afin d'être légère et rapide;
  2. Apache WebSocket module, une implémentation en langage C sous la forme d'une extension pour le serveur httpd Apache (mod_websocket) ;

Examples of projects that seem to be what we are looking for (I tried looking for C projects only, but maybe some are written with something else: https://github.com/allinurl/gwsocket https://github.com/joewalnes/websocketd https://github.com/websockets/ws https://github.com/boazsegev/facil.io https://medium.com/@martin.sikora/libwebsockets-simple-websocket-server-68195343d64b