From 93caeaf45a98747e39b7d0d5c060c3c316a690e5 Mon Sep 17 00:00:00 2001 From: Hamza Ali Date: Tue, 24 Sep 2019 10:16:25 +0700 Subject: [PATCH] add readme to project --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4fd473 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Go Websockets + +This repository contains the slideshow (TBA) for the talk I am giving about Go and using websockets to make a chat application, and the source code for an [**example application**](https://gitea.teamortix.com/hamza/go-websockets-talk/src/branch/master/code)