#
Iris
Iris is a free, open source, cross platform backend web framework intended for the development of modern web applications.
Here are 406 public repositories matching this topic...
This repository contains small and practical examples for the Iris Web Framework.
-
Updated
Jan 10, 2021 - Go
rcomer
commented
Nov 12, 2021
🐛 Bug Report
If the scalar coord passed to iris.util.new_axis is already a dimension coordinate, an anonymous new dimension is created.
How To Reproduce
import iris
import iris.cube
print(iris.__version__)
cube = iris.cube.Cube(1)
coord = iris.coords.DimCoord(1, long_name="spam")
cube.add_aux_coord(coord)
baa-god
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(WIP) A new shaders mod for Minecraft intended to be compatible with existing ShadersMod/Optifine shaders
-
Updated
Jan 19, 2022 - Java
A high-performant Logging Foundation for Go Applications. X3 faster than the rest leveled loggers.
-
Updated
Feb 13, 2021 - Go
Community Middleware List for the Iris Web Framework.
-
Updated
Mar 1, 2022 - Go
-
Updated
Apr 1, 2021 - Go
DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
go
tls
golang
framework
cross-platform
https
high-performance
http2
web-framework
easy-to-use
quic
iris
quic-server
crossplatform
http2-server
siris
party-middleware
-
Updated
Sep 3, 2017 - Go
goblog 是一个基于golang iris开发的开源的个人博客系统。后端使用layui 和layuiAdmin,界面优雅,小巧迅速,并且原生对SEO很友好,满足日常博客需求,你完全可以用它来搭建自己的博客。golang实战教程:https://www.kandaoni.com
-
Updated
Feb 10, 2022 - Go
atom
protobuf
blockchain
wasm
band
sign
cosmos
iris
tendermint
juno
amino
cosmos-sdk
iov
kava
cosmosjs
akash-network
secret-network
certik
cosmos-address
-
Updated
Mar 8, 2022 - JavaScript
Real-time pupillometry in the web browser using a 4K webcam video feed processed by this WebGL/Javascript library. 2 demo experiments are included.
javascript
tracking
webgl
real-time
video
computer-vision
camera
cctv
detection
radius
face
size
webcam
measurement
iris
eyelink
eye
pupillometry
pupil
-
Updated
May 19, 2021 - JavaScript
Iris middleware to automatically generate RESTful API documentation with Swagger 2.0
-
Updated
Mar 12, 2022 - Go
-
Updated
Nov 23, 2020 - Go
15+ Machine/Deep Learning Projects in Ipython Notebooks
machine-learning
notebook
tensorflow
linear-regression
keras
ipython-notebook
iris
keras-neural-networks
tensorflow-models
multivariate-regression
keras-tensorflow
iris-dataset
cifar-10
-
Updated
Apr 3, 2020 - Jupyter Notebook
A mini social-network created with the awesome Iris Golang💖 💖 !!
-
Updated
Jan 10, 2021 - Go
axetroy
commented
Jun 23, 2020
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
Created by Gerasimos Maropoulos
Released March 2016
Latest release 12 days ago
- Repository
- kataras/iris
- Website
- iris-go.com
i wish iris new version can support golang 1.18 generics feature ,such as *iris.Application | router.Party ,thank you