The Wayback Machine - https://web.archive.org/web/20201114070632/https://github.com/topics/iris
Skip to content
#

Iris

iris logo

Iris is a free, open source, cross platform backend web framework intended for the development of modern web applications.

Here are 321 public repositories matching this topic...

neffos
hjzCy
hjzCy commented May 12, 2020

I want to do something when closing, or interrupting the client connection, such as cleaning up. I call conn.Close() on ws.OnConnect{} without triggering ws.OnDisconnect{}. what should I do?

package main

import (
    "fmt"
    "github.com/kataras/iris/v12"
    "github.com/kataras/iris/v12/websocket"
    "github.com/kataras/neffos"
)

func main() {
    app := iris.Default

Created by Gerasimos Maropoulos

Released March 2016

Latest release 2 months ago

Repository
kataras/iris
Website
iris-go.com

Related Topics

framework go
You can’t perform that action at this time.