From cfb24e1aeb090cce2b3bf85d50a76baa94e3a349 Mon Sep 17 00:00:00 2001 From: "Adeel A. Bhutta" Date: Sat, 5 Oct 2024 13:02:25 -0400 Subject: [PATCH] added socket IO tutorial link to m11 page --- lectures/l11.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lectures/l11.md b/lectures/l11.md index 7fd396e..e24c5cc 100644 --- a/lectures/l11.md +++ b/lectures/l11.md @@ -27,6 +27,9 @@ In this module, you will learn to: ### Activity * Activity: [Transcript REST Server]({{ site.baseurl }}{% link Activities/Module11 REST Activity.md %}) +### Tutorials +* [Tutorial: Basics of React]({{site.baseurl}}{% link tutorials/week5-socketio.md %}) + ### Resources * ["Distributed Systems for Fun and Profit"](http://book.mixu.net/distsys/index.html) by Mikito Takada