Benjamin Sergeant
|
bcae7f326d
|
(ws) Add a new ws sub-command, echo_client. This command send a message to an echo server, and send back to a server whatever message it does receive. When connecting to a local ws echo_server, on my MacBook Pro 2015 I can send/receive around 30,000 messages per second. (cf #235)
|
2020-08-02 12:09:13 -07:00 |
|
Benjamin Sergeant
|
5ce1a596cf
|
add a python echo server that does not close the connection after each received messages
|
2020-02-26 12:11:31 -08:00 |
|
Benjamin Sergeant
|
a01584ad9d
|
compatibility websocket server / add non ssl echo_server which does not run into the ssl error (#140)
|
2020-01-12 10:34:33 -08:00 |
|
Benjamin Sergeant
|
c62ad5f466
|
add reference ssl echo server using websockets and nginx reverse proxy to terminate ssl
|
2020-01-05 15:26:35 -08:00 |
|
Benjamin Sergeant
|
051c34bc5d
|
Add test/compatibility folder with small servers and clients written in different languages and different libraries to test compatibility.
|
2019-06-08 09:46:26 -07:00 |
|