-
Updated
Nov 26, 2020 - Go
Iris
Iris is a free, open source, cross platform backend web framework intended for the development of modern web applications.
Here are 323 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
Nov 29, 2020 - Go
-
Updated
Sep 3, 2017 - Go
-
Updated
Jul 24, 2020 - Go
-
Updated
Jan 3, 2020 - C++
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 23, 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
Apr 3, 2020 - Jupyter Notebook
-
Updated
Nov 24, 2020 - Julia
Created by Gerasimos Maropoulos
Released March 2016
Latest release 3 months ago
- Repository
- kataras/iris
- Website
- iris-go.com
The
iris.cube.Cubemethodsremove_ancillary_variable,ancillary_variable_dimsandcell_measure_dimsdo not currently accept a name (string) as a valid argument. See #3295 for a simmilar case where this was already adressed forremove_cell_measure.