Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc8161b

Browse files
authored
Update README.md with websocket (#27)
1 parent c4ca553 commit bc8161b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ There is a [simple file server](https://github.com/robaho/httpserver/blob/727759
9494
gradle runSimpleFileServer
9595
```
9696

97+
## Websockets
98+
99+
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).
100+
97101
## logging
98102

99103
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)

0 commit comments

Comments
 (0)