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

wjbenfold
wjbenfold commented Jun 1, 2022

📚 Documentation

A user suggested earlier today that it's not easy to discover the gallery in the docs because the userguide doesn't cross-reference to it at suitable points. This seems like an easy way to make the docs more useful, without mu

Type: Documentation Good First Issue
neffos
baa-god
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
enhancement good first issue

安企内容管理系统(AnqiCMS)(原GoBlog),是一款使用 GoLang 开发的企业站内容管理系统,它部署简单,软件安全,界面优雅,小巧,执行速度飞快,使用 AnqiCMS 搭建的网站可以防止众多安全问题发生。AnqiCMS 的设计对SEO友好,并且内置了大量企业站常用功能,对网站优化有很好的帮助提升,对企业管理网站一定程度上提高了办事效率,提高企业的竞争力。

  • Updated Jul 9, 2022
  • Go

Created by Gerasimos Maropoulos

Released March 2016

Latest release about 1 month ago

Repository
kataras/iris
Website
iris-go.com

Related Topics

framework go