From 6aedec9f8667f255575f6fccc254c68dc8aec9f8 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 19 Dec 2019 18:37:28 +0800 Subject: [PATCH] Create README.md --- play-framework/websockets/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 play-framework/websockets/README.md diff --git a/play-framework/websockets/README.md b/play-framework/websockets/README.md new file mode 100644 index 0000000000..d056b8f059 --- /dev/null +++ b/play-framework/websockets/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: + +- [WebSockets with the Play Framework and Akka](https://www.baeldung.com/akka-play-websockets)