From eea7ad236173ada3466e39216de5ecffb9787f60 Mon Sep 17 00:00:00 2001 From: sachin shinde Date: Tue, 3 Apr 2018 14:46:38 +0530 Subject: [PATCH] added GoWebsocket Added simplified gowebsocket client library link to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff3c852..134725e 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A curated list of awesome Go frameworks, libraries and software. * [git-lfs/git-lfs](https://github.com/git-lfs/git-lfs) - Git extension for versioning large files * [PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) - A little like that j-thing, only in Go. * [gorilla/websocket](https://github.com/gorilla/websocket) - A WebSocket implementation for Go. +* [GoWebsocket](https://github.com/sacOO7/GoWebsocket) - Gorilla websockets based simplified websocket-client implementation in GO. * [coreybutler/nvm-windows](https://github.com/coreybutler/nvm-windows) - A node.js version management utility for Windows. Ironically written in Go. * [elastic/beats](https://github.com/elastic/beats) - :tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash * [tylertreat/comcast](https://github.com/tylertreat/comcast) - Simulating shitty network connections so you can build better systems.