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

alastair-gemmell
alastair-gemmell commented Nov 22, 2019

Some regular grids in Iris are generated from a reference point along a given coordinate direction along with an associated spacing.

The way this is currently implemented uses numpy.arange as follows:

https://github.com/SciTools/iris/blob/b2ce2a34e2eef7e3d6203c77ada7ed4ce89e3145/lib/iris/coords.py#L2293

Where zeroth is the value prior to the first point value, step is the numer

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

Repository
kataras/iris
Website
iris-go.com

Related Topics

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