Skip to content

Commit f890619

Browse files
committed
update readme
1 parent e656124 commit f890619

File tree

11 files changed

+10
-0
lines changed

11 files changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ The websocket client is able to connect and exchange data with any RFC 6455 comp
6161
3. Implement pluggable extensions on the client per RFC (section 9)
6262
4. Get a basic websocket server developed
6363

64+
65+
## Support
66+
67+
Please consider supporting this project for ongoing success and sustainability. I'm a passionate open source contributor making a professional living creating free, secure, scalable, robust, enterprise grade, distributed systems and cloud native solutions.
68+
69+
I'm also available for international consulting opportunities. Please let me know how I can assist you or your organization in achieving your desired security posture and technology goals.
70+
71+
https://github.com/sponsors/jeremyhahn
72+
73+
https://www.linkedin.com/in/jeremyhahn

src/cwebsocket/common.c

100644100755
File mode changed.

src/cwebsocket/common.h

100644100755
File mode changed.

src/cwebsocket/server.c

100644100755
File mode changed.

src/cwebsocket/server.h

100644100755
File mode changed.

src/cwebsocket/subprotocol/echo/echo_client.c

100644100755
File mode changed.

src/cwebsocket/subprotocol/echo/echo_client.h

100644100755
File mode changed.

src/cwebsocket/subprotocol/echo/echo_server.c

100644100755
File mode changed.

src/cwebsocket/subprotocol/echo/echo_server.h

100644100755
File mode changed.

src/websocket-server.c

100644100755
File mode changed.

0 commit comments

Comments
 (0)