From 5a7267929f81682b2716c9dfdcaded4b21616000 Mon Sep 17 00:00:00 2001 From: "Patrick D." Date: Thu, 23 Apr 2015 23:23:54 +0200 Subject: [PATCH] Added go-socket.io to we frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 159893b2..750b0cba 100644 --- a/README.md +++ b/README.md @@ -695,6 +695,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-json-rest](https://github.com/ant0ine/go-json-rest) - A quick and easy way to setup a RESTful JSON API * [go-relax](https://github.com/codehack/go-relax) - A framework of pluggable components to build RESTful API's * [go-rest](https://github.com/ungerik/go-rest) - A small and evil REST framework for Go +* [go-socket.io](https://github.com/googollee/go-socket.io) - socket.io library for golang, a realtime application framework. * [Goat](https://github.com/bahlo/goat) - A minimalistic REST API server in Go * [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go. * [Goji](https://github.com/zenazn/goji) - Goji is a minimalistic web framework for Golang that's high in antioxidants.