1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-22 11:25:59 +00:00

add a raw gorilla websocket example

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-08-02 21:22:42 +03:00
parent 676048666c
commit dfa08041a1
5 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
module gorilla-filewatch-example
go 1.14
require (
github.com/gorilla/websocket v1.4.2
github.com/kataras/iris/v12 v12.1.8
)
replace github.com/kataras/iris/v12 => ../../../