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 373 public repositories matching this topic...

bjlittle
bjlittle commented May 14, 2021

❤️ First Time Contributors

Welcome to Iris! 😊

This is a permanent pinned issue dedicated to our lovely first time contributors and those new to Iris, keen to get involved.

We'd really love to hear from you, so checkout our GitHub Discussions. Ask a question, share an idea, ask for help, tell us what we could do better or simply say `"Hi!"

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 7 months ago

Repository
kataras/iris
Website
iris-go.com

Related Topics

framework go