Skip to content

Commit

Permalink
doc: add websocket dependency (#8953)
Browse files Browse the repository at this point in the history
* Micronaut Webscoket dependency

* doc: add websocket dependency
  • Loading branch information
sdelamo authored Mar 16, 2023
1 parent 23bee74 commit dff2a45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/docs/guide/httpServer/websocket.adoc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Micronaut features dedicated support for creating WebSocket clients and servers. The pkg:websocket.annotation[] package includes annotations for defining both clients and servers.

WARNING: Since Micronaut Framework 4.0. `io.micronaut:micronaut-http-server` no longer exposes `micronaut-websocket` transitively. To use annotations such as ann:websocket.annotation.ServerWebSocket[], add the `micronaut-websocket` dependency to your application classpath:

dependency::micronaut-websocket[]

0 comments on commit dff2a45

Please sign in to comment.