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

alastair-gemmell
alastair-gemmell commented Jun 4, 2021

Submitted on behalf of an Iris user who isn't on GitHub:​

The code for generating this this string:

DimCoord([2020-08-13 00:00:00], standard_name='time', calendar='gregorian', long_name='time', var_name='time')

... is a complex combination of cf_units and numpy, and there is no public API for just getting 2020-08-13 00:00:00 alone.

It is possible to generate the string using your

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

Repository
kataras/iris
Website
iris-go.com

Related Topics

framework go