From f96846771ecb38f4646e99929482d4214157b189 Mon Sep 17 00:00:00 2001 From: Josiah Noel <32279667+SentryMan@users.noreply.github.com> Date: Wed, 3 Sep 2025 00:15:38 -0400 Subject: [PATCH] Update README.md with websocket --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cbcce1e..a097a9e 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ There is a [simple file server](https://github.com/robaho/httpserver/blob/727759 gradle runSimpleFileServer ``` +## Websockets + +For websocket usage, see the examples in the [websocket testing folder](https://github.com/robaho/httpserver/tree/main/src/test/java/robaho/net/httpserver/websockets). + ## logging All logging is performed using the [Java System Logger](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/lang/System.Logger.html)