Änderungen

Zur Navigation springen Zur Suche springen
573 Bytes hinzugefügt ,  22:03, 20. Jun. 2023
Zeile 67: Zeile 67:  
=== Websocket-Server in Rust ===
 
=== Websocket-Server in Rust ===
 
* https://blog.logrocket.com/how-to-build-a-websocket-server-with-rust/
 
* https://blog.logrocket.com/how-to-build-a-websocket-server-with-rust/
 +
 +
== Nodejs ==
 +
 +
=== Websocket-Server mit express-ws ===
 +
 +
Siehe
 +
* https://www.npmjs.com/package/express-ws
 +
* https://fjolt.com/article/javascript-websockets
 +
 +
=== Websocket-Server mit hapi ===
 +
Siehe
 +
* https://github.com/hapijs/nes
 +
** https://github.com/hapijs/nes/blob/master/PROTOCOL.md
 +
* https://www.npmjs.com/package/hapi-plugin-websocket
 +
 +
=== Soketi ===
 +
https://github.com/soketi/soketi
 +
 +
Open Source-Alternative zu Pusher.com
 +
 +
Es versteht das [https://pusher.com/docs/channels/library_auth_reference/pusher-websockets-protocol/ Pusher-Protokoll], jedenfalls in Version 7.
    
== Test ==
 
== Test ==

Navigationsmenü