-
Updated
Nov 13, 2020 - Go
Iris

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...
-
Updated
Sep 13, 2020 - Go
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
-
Updated
Sep 6, 2020 - Go
-
Updated
Oct 17, 2020 - Go
-
Updated
Sep 3, 2017 - Go
-
Updated
Jan 3, 2020 - C++
-
Updated
Jul 24, 2020 - Go
Hi,
We get an internal error while broadcasting a tx.
Here is our signedTx :
signedTx = {
"tx": {
"msg": stdSignMsg.msg,
"fee": stdSignMsg.fee,
"signatures": [
{
"signature": signatureBase64,
"pub_key": getPubKeyBase64(ecpairPriv)
}
],
"
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 13, 2020 - Go
-
Updated
Sep 13, 2020 - Go
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Nov 7, 2020 - Go
Golang's opponent should be Java, not node.js
Can someone write a benchmark test of the Java framework for the most comparison?
eg. SpringBoot
/Vert.x
/Spring Webflux
-
Updated
Nov 10, 2020 - Julia
-
Updated
Sep 19, 2020 - Go
Created by Gerasimos Maropoulos
Released March 2016
Latest release 2 months ago
- Repository
- kataras/iris
- Website
- iris-go.com
The
iris.cube.Cube
methodsremove_ancillary_variable
,ancillary_variable_dims
andcell_measure_dims
do not currently accept a name (string) as a valid argument. See #3295 for a simmilar case where this was already adressed forremove_cell_measure
.