mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
Add socket.io example
Former-commit-id: 895669c537db46f1694e8006418ea0509c60cb04
This commit is contained in:
8
_examples/websocket/socketio/go.mod
Normal file
8
_examples/websocket/socketio/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module github.com/kataras/iris/_examples/websocket/socketio
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/googollee/go-socket.io v1.4.3-0.20191109153049-7451e2f8c2e0 // indirect
|
||||
github.com/kataras/iris/v12 v12.0.1
|
||||
)
|
||||
Reference in New Issue
Block a user