www.iris-go.com Open in urlscan Pro
2a05:d014:275:cb02::c8  Public Scan

Submitted URL: http://www.iris-go.com/
Effective URL: https://www.iris-go.com/
Submission: On October 22 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST #

<form class="form-detail" action="#" method="post" id="irisForm">
  <h2>RECIPIENT</h2>
  <div class="form-group">
    <div class="form-row form-row-1"><label for="first_name">First Name</label>
      <input type="text" name="first_name" id="first_name" class="input-text">
    </div>
    <div class="form-row form-row-1"><label for="last_name">Last Name</label>
      <input type="text" name="last_name" id="last_name" class="input-text">
    </div>
  </div>
  <div class="form-row"><label for="your_email">Your Email</label>
    <input type="text" name="sponsor_email" id="your_email" class="input-text" required="" pattern="[^@]+@[^@]+.[a-zA-Z]{2,6}">
  </div>
  <div class="form-group">
    <div class="form-row form-row-1"><label for="username">GitHub Username</label>
      <input type="text" name="github_username" id="username" class="input-text" required="">
    </div>
  </div>
  <div class="form-checkbox"><label class="container">
      <p style="margin-top:6px">I agree to be listed as an official <a href="https://github.com/kataras/iris#-supporters" target="_new" class="text">Supporter</a></p><input type="checkbox" name="list_supporter" checked="" required="">
      <span class="checkmark"></span>
    </label></div>
  <div class="form-row-last"><input type="submit" class="submit-button" value="Continue"></div>
</form>

Text Content

IRIS WEB FRAMEWORK

 * Book
 * Features
 * Reviews
 * Courses
 * Contact
 * Get Started
   Chat Now

HTTP/1.1 & 2.0, WS, gRPC, AWS Lambda…


IRIS WEB FRAMEWORK

POWERED BY - GO



Iris is an efficient and well-designed, cross-platform, web framework with
robust set of features. Build your own high-performance web applications and
APIs powered by unlimited potentials and portability.

If you’re coming from Node.js world, this is the expressjs equivalent for the Go
Programming Language.

An Iris-powered web application can be deployed as Serverless too - it runs on
AWS and Netlify.

First-class support from the creator and its contributors.






LOOK INSIDE THE BOOK

This lovely and well-written book contains extensive and thorough examples
making it easy to get started with the framework.
 * 22 Chapter
 * 300 Pages
 * Explained Details
 * Best practices

Get PDF (New Edition)


ABOUT

Complete this form to request an electronic version of the new edition of the
Iris Web Framework Book.

After form submission you will be redirected to the payment site to complete the
order. The minimum amount is $8 USD. Please make sure the email of the form
matches the payment email.

After the donation you will be invited to a private repository with PDF access
and its updates after your order.

Select a payment method:

 Github Sponsorship  Stripe    Paypal  



RECIPIENT

First Name
Last Name
Your Email
GitHub Username

I agree to be listed as an official Supporter



OPEN SOURCE

Everything that we make is 100% Open Source and developed collaboratively by
people from all over the world.

FOCUS ON PERFORMANCE

We run benchmarks against major web frameworks before publishing a version.

TARGETING VISION

We bring developers into the Go community by designing unique features.


> "AFTER GO, PROGRAMMING IN ANYTHING ELSE SEEMS AS DIFFICULT AS BALANCING THE
> STATE OF CALIFORNIA’S BUDGET."
> 
> Charles Thompson


IRIS COMMAND LINE INTERFACE

Live Reload and Iris Project Templates to get started fast and easy.

LIVE RELOAD

Iris CLI is smart enough to separate and understand backend and frontend
changes, it rebuilds your javascript packages and sends a refresh signal to the
browser.

INSTALL TEMPLATES

Install, run and watch project templates to get started fast. React, Typescript,
Svelte, Bootstrap, Admin Panel…

Install Iris CLI



ADMIN

A toolkit to help you build a data visualization admin panel for your
Application. go-admin


FULL OVERVIEW

Iris has ton of features. It’s a Web Framework, not just a router.

FAMILIAR API

Sinatra-like API. If you worked with expressjs you will feel Iris like home.

SOLID

We do not not rely on software that could potentially break your server.

FAST

Iris performs faster than any other HTTP/2 full-featured Go frameworks.

Navigate through benchmarks

COMPATIBILITY

Iris is built on top of the standard http package. It is fully compatible with
all existing middlewares.

POWERFUL ROUTING

Iris supports dynamic path parameters and inline functions. It does not break
when you register a wildcard in the same path pattern other dynamic or static
routes are registered on.

Learn more about Iris Routing

LOGGING

Print information, debug stacktraces or log server’s requests into JSON, Iris
Logger has your back.

SCALABLE SESSIONS

Iris Sessions provides the best experience for you to work with modern http
sessions. You can run as many as Iris web servers you want listening on one or
more Redis Clusters.

Learn about modern Iris sessions

SCALABLE WEBSOCKET

The webscoket server is fast, easy to use and fully featured. It supports NATS
and Redis backends for scalability and high performance.

Learn more about Iris real-time communication

MVC PATTERN

It’s true that Go developers are missing real MVC support. Net Core and
Microsoft did an amazing job to provide that concepts into Production. Iris
comes to do the same for Go developers, without the performance cost than .NET
team had to sacrifice over it. Iris MVC and Dependency Injection feature is very
powerful, giving you even more features and freedom than both Java EE and .NET
Core provide today: bind services, models, request data, persistence data, sub
controllers into your Controller’s fields and its methods. Hijack responses,
requests, error handling per controller or per group of controllers.

Learn more about Iris MVC

FILE SERVER

Where the standard http.FileServer is not enough. Iris comes to complete the
blank between simplicity and production-level file serving. With automatic
HTTP/2 Index Assets Push. Support of Embedded files. In-memory cache of static
assets like css, javascript and images. On-fly or cached compression based on
client’s needs. You can rest by knowning your assets will be delivered as fast
and safe as possible.

Wiki page about File Serving

SMART COMPRESSION

Compress responses and decode compressed request data with ease. Iris supports
gzip, deflate, brotli and snappy encodings. Negotiation takes place between
server and client side for choosing the best algorithm candidate to proceed
with.

VIEWS

You can craft your amazing website by choosing your favorite markup syntax. Iris
provides and supports 6 different templates engines. The (standard) HTML,
Django, Handlebars, Jet and Pug parsers.

Read more

GRPC

Have you ever had difficulties converting your app or parts of it from HTTP to
gGRPC or did you ever wish you had decent HTTP support for your gRPC services?
Now, with Iris you have the best of two worlds. Expose any gRPC service to an
Iris HTTP Controller with a single line of code.

Learn more about Iris + gRPC

CONTENT

With Iris you will never find yourself searching for a third-party library to
render or read any type of data. Iris Context supports all major formats: Text,
HTML, Markdown, XML, YAML, Binary, JSON, JSONP, Problem, Protocol Buffers,
Message Pack. Streaming or SSE is easy as well. Content Negotiation feature
by-default.

API VERSIONING

Build stable and productive APIs for your users. Iris provides excellent semver
versioning for APIs.

Improve your API stability

SITEMAP

Iris provides extensive support for the Sitemap Protocol which automatically
generates sitemaps /sitemap{n}.xml.

Improve SEO

AUTHENTICATION AND AUTHORIZATION

JSON Web Tokens builtin into the framework. Also, hcaptcha and recaptcha
middlewares to block bots. Request ID and more.

Read more

LOCALIZATION

Localization feature provide a convenient way to retrieve strings in various
languages, allowing you to easily support multiple languages within your
application. Reading locale files from a directory or embedded into the
executable file itself.

Read more

TESTING

Tests should be fun to write and easy to read. Go has great packages to test
http handlers, however Iris provides an adapter for an amazing 3rd-party test
suite that is designed for readability. You can write beautiful tests for a
route handler or for a whole application with ease.

Read more

LOCALHOST? NAH

Iris offers ngrok integration. Expose your localhost to the global internet.
Powerful feature. Testing on a realistic domain. It really helps when you want
to quickly show your development progress to your colleagues or the project
leader at a remote conference.

Read more


WHAT PEOPLE ARE SAYING

Why not let our happy developers do the talking?

 * 
 * 
 * 
 * 
 * 

PURYA GHAHREMANI

Backend Developer

After implementing two sites with Iris, I am changing all backend services to
use this framework. It’s fast, flexible, clean and comfortable.

 * 
 * 
 * 
 * 
 * 

GÁBOR LEKENY

DevOps/Software Engineer at Alpaca

We use it and like it very much. Thanks for taking time and developing this
great product.

 * 
 * 
 * 
 * 
 * 

JULIAN GARZON

Software Engineer at Puntored

I’m a MVC guy and just love Iris.

 * 
 * 
 * 
 * 
 * 

DENNIS

Web Developer

How is Iris not more famous? It seems like a brilliant Web framework. I’m using
it for my projects from now on, at least. That’s for sure!

 * 
 * 
 * 
 * 
 * 

CUONG MINH TRINH

Web Developer

Good framework, quick response from author. I email to him a problem in example,
he emailed me twice and created a new example.

 * 
 * 
 * 
 * 
 * 

EDUARD URBACH

Go Software Engineer

Go’s Iris framework paired up with Aerospike Database completes 50k HTTP
requests with ~100 μs per request (0.1 ms, 1 DB fetch each).

 * 
 * 
 * 
 * 
 * 

EPHRAIM SILALAHI

Del Institute of Technology

I’m using Iris Web Framework framework to build an inventory management system.

 * 
 * 
 * 
 * 
 * 

FRANK ROUSSEAU

Software maker since 1997

Iris web framework for Go looks to be better documented and featured than its
competitors.

 * 
 * 
 * 
 * 
 * 

JAIRINHO

Tech Lead at ThoughtWorks

I was using Gin. From a Response Time of 180ms to 5ms. Impressive!

 * 
 * 
 * 
 * 
 * 

JASON WANGSADINATA

Systems Developer at Brankas

Iris makes building applications much faster and intuitive, especially when I
need to get things up and running quickly.

 * 
 * 
 * 
 * 
 * 

JÉRÔME PINGUET

Physician (GP)

Iris web framework in Go running on Android. Who needs the cloud to build a
personal health network?

 * 
 * 
 * 
 * 
 * 

KENNISTON BONFIM

Senior Solution Architect

I have been working with Iris for one year with great results. In my project we
successfully integrate Iris with graphQL for provide data for mobile client.

 * 
 * 
 * 
 * 
 * 

MAJID BIGDELI

Software Engineer

I have been experimenting with .NET and Nodejs programming for several years.
But the project Iris is the best way I’ve worked with. Thank you.

 * 
 * 
 * 
 * 
 * 

MATTEO GALEOTTI

Developer

I just want to thank you for your amazing work on Iris. Finally with Go’s power,
web programming is fun again.

 * 
 * 
 * 
 * 
 * 

TANVIR SHAHID

System Architect at ‎Retail AI, Inc

Iris has all MVC features for web development.

 * 
 * 
 * 
 * 
 * 

TECHMASTER VIETNAM

Programming Video Courses

We build a Learning Management System using Iris framework. Very easy to learn,
lot of examples and responsible author who replies questions and bug report
promptly.

 * 
 * 
 * 
 * 
 * 

FIREANT

Software Developer

Thanks to Iris, I build and run web apps with super fast speed. I love
simplicity.

 * 
 * 
 * 
 * 
 * 

BLAIN SMITH

Senior Software Engineer at KINETIC

The speed looks impressive for Iris.

 * 
 * 
 * 
 * 
 * 

AHMET ERSIN

Backend Developer

Actually I am an php and nodejs developer. I am interesting the go language and
I found a simple and powerful web framework like symfony on php.

 * 
 * 
 * 
 * 
 * 

PURYA GHAHREMANI

Backend Developer

After implementing two sites with Iris, I am changing all backend services to
use this framework. It’s fast, flexible, clean and comfortable.

 * 
 * 
 * 
 * 
 * 

GÁBOR LEKENY

DevOps/Software Engineer at Alpaca

We use it and like it very much. Thanks for taking time and developing this
great product.

 * 
 * 
 * 
 * 
 * 

JULIAN GARZON

Software Engineer at Puntored

I’m a MVC guy and just love Iris.

 * 
 * 
 * 
 * 
 * 

DENNIS

Web Developer

How is Iris not more famous? It seems like a brilliant Web framework. I’m using
it for my projects from now on, at least. That’s for sure!

 * 
 * 
 * 
 * 
 * 

CUONG MINH TRINH

Web Developer

Good framework, quick response from author. I email to him a problem in example,
he emailed me twice and created a new example.

 * 
 * 
 * 
 * 
 * 

EDUARD URBACH

Go Software Engineer

Go’s Iris framework paired up with Aerospike Database completes 50k HTTP
requests with ~100 μs per request (0.1 ms, 1 DB fetch each).

 * 
 * 
 * 
 * 
 * 

EPHRAIM SILALAHI

Del Institute of Technology

I’m using Iris Web Framework framework to build an inventory management system.

 * 
 * 
 * 
 * 
 * 

FRANK ROUSSEAU

Software maker since 1997

Iris web framework for Go looks to be better documented and featured than its
competitors.

 * 
 * 
 * 
 * 
 * 

JAIRINHO

Tech Lead at ThoughtWorks

I was using Gin. From a Response Time of 180ms to 5ms. Impressive!

 * 
 * 
 * 
 * 
 * 

JASON WANGSADINATA

Systems Developer at Brankas

Iris makes building applications much faster and intuitive, especially when I
need to get things up and running quickly.

 * 
 * 
 * 
 * 
 * 

JÉRÔME PINGUET

Physician (GP)

Iris web framework in Go running on Android. Who needs the cloud to build a
personal health network?

 * 
 * 
 * 
 * 
 * 

KENNISTON BONFIM

Senior Solution Architect

I have been working with Iris for one year with great results. In my project we
successfully integrate Iris with graphQL for provide data for mobile client.

 * 
 * 
 * 
 * 
 * 

MAJID BIGDELI

Software Engineer

I have been experimenting with .NET and Nodejs programming for several years.
But the project Iris is the best way I’ve worked with. Thank you.

 * 
 * 
 * 
 * 
 * 

MATTEO GALEOTTI

Developer

I just want to thank you for your amazing work on Iris. Finally with Go’s power,
web programming is fun again.

 * 
 * 
 * 
 * 
 * 

TANVIR SHAHID

System Architect at ‎Retail AI, Inc

Iris has all MVC features for web development.

 * 
 * 
 * 
 * 
 * 

TECHMASTER VIETNAM

Programming Video Courses

We build a Learning Management System using Iris framework. Very easy to learn,
lot of examples and responsible author who replies questions and bug report
promptly.

 * 
 * 
 * 
 * 
 * 

FIREANT

Software Developer

Thanks to Iris, I build and run web apps with super fast speed. I love
simplicity.

 * 
 * 
 * 
 * 
 * 

BLAIN SMITH

Senior Software Engineer at KINETIC

The speed looks impressive for Iris.

 * 
 * 
 * 
 * 
 * 

AHMET ERSIN

Backend Developer

Actually I am an php and nodejs developer. I am interesting the go language and
I found a simple and powerful web framework like symfony on php.

 * 
 * 
 * 
 * 
 * 

PURYA GHAHREMANI

Backend Developer

After implementing two sites with Iris, I am changing all backend services to
use this framework. It’s fast, flexible, clean and comfortable.

 * 
 * 
 * 
 * 
 * 

GÁBOR LEKENY

DevOps/Software Engineer at Alpaca

We use it and like it very much. Thanks for taking time and developing this
great product.

 * 
 * 
 * 
 * 
 * 

JULIAN GARZON

Software Engineer at Puntored

I’m a MVC guy and just love Iris.


THANKS TO

With your help, we can improve Open Source web development for everyone!


GITHUB




SENTRY




LENSES.IO




THEPUNTERBOT




JIMMY NELLE




PADDYFRENCHMAN




BEYTULLAH AKYÜZ




GLOUDX




IULIAN CARNARU




LEMUEL ROBERTO BONIFÁCIO




STEFFEN EXLER




DRAFWM




GIANNI CHIAPPETTA




PETER KASKE




DAMON BLAIS




JEFF CARR




JOSEPH DE PAOLA




SIMPLEITTOOLS




WEIHANG DING




DEME REMY




CELSO SOUZA




RAKOTOSEHENO ALAIN




TECHMASTER




JAN ROGOZINSKY




ALTAFINO




OLIVER JAKOUBEK




ALAKBAR AYYUBOV




CONRAD STEENBERG




THOMAS FRITZ




CETINBASOZ




GEORGE OPRITESCU




JUANSES




ANKUR SRIVASTAVA




PUSBIN JFA




LEX TANG




LI3P




VENKATESWARA RAO THOTA




DAMON ZHAO




VINCENT LI




NORMAN JEFFERIES




ALEXANDER NEKRASOV




MUBARIZ AHMED




ANIBAL C C BUDAYE




DAVID SHAWN




SASCHA BEELE




CATALIN LICHI




TIMOTHY REINHART




SIRISAP SIRIPATTANAKUL




PRIMADI SETIAWAN




DAVID JECHE




STEFAN GROSS




RODRIGO GERMAN HIGUERA M.




DAINIUS




DENIS TUMAKOV




KYLE MANNING




MUYANG LI




ALEXANDER GRINING




MATEJ LACH




AGON CECELIA




AMRITPAL SINGH




NJITRAM




EDGAR MAMANI




HOBY SMITH




CHRISTIAN LACROIX




SHUM CHUN MING




DIMITAR TRIFONOV




GEORDEE NALIYATH




GUANTING CHEN




IAN TUAN




CHENHE




IVAN CIBIRI




JOSE FLORES




J.T FENG




SRAVAN KUMAR KILARU




LEANDRO QUADROS DURÃES BRAGA




LUIS BOSCAN




ĽUBOŠ PINTEŠ




ARTEM STAVISCHANSKY




MARCO MOESER




MARK BERNER




MIGUEL-DEVS




MINH HA




LEIGHTON MCKEEN




PEDRO LUZ




GUILHERME ROSADO




OLAF DRAEGER




PETER RIEMENSCHNEIDER




RUI




SANKETH P B




SERGEY KASHPERSKIY




MATIC ZARNEC




DANIEL HA




SEAN KURTZ




AGILE DATA INC




SYLVAIN ROBEZ-MASSON




TUHAO




WAHYU ARIEF




PETR VALENTA




VYTIS VALENTINAVIČIUS




LUKÁŠ NOVÁK




IGNACIO PASTOR SANCHEZ




TOMI OKRETIČ




BARTOSZ CHMIEL




ERNESTO COLOMBO




FRANCIS STEPHAN




KEITH GIBBS




RICHARD CAPRARO




STEIN OIESTAD




NASOS PAPAMATTHAIOU




UWE KITZMANN




DANIEL KIRKWOOD




ANTHONIUS PRINSLOO




COLIN FALLON




KEVIN YOUKHANA




ROBERT EDWARDS




VICTOR GREY




ARISH KHAN




ELI YIP




ELI HAYUN




YARAM VIJAY BHARATH REDDY




OSHIRO KAZUHIDE




THANAWAT GULATI




ANATOLY PASHMORHA




AWS SHAWKAT




CUI HEXIANG




FERNANDO TIZZIANI LANG




KIN HUNG




SAVA LEONARD




NZUBECHUKWU ONYEKABA




KARTOFFELBOT




ZHOU KAI




KRISHMANOHAR




LINGYINGTAN




PETER DEUTSCH




LONGF99999




云图




MIHAI POPESCU




NATE ANDERSON




NEULHAN




NGUYỄN HỮU PHƯỚC




OKA




RAINER GEVERS




BRZB2




SAMUEL ANTÔNIO DAS NEVES




MR YANG




SERISSA4000




KIT UNITED




NIKITA KRETOV




ELLIOT




SNOW




PENGPENG




ANDRE DIAS




SIMON LEROUX




ABDULLAH ALSIGAR




ALESSANDRO MAROTTA




SEAN KNOWLES




ANGELA HU




ANH XUAN PHAM




ANNIER PEREZ RICARDO




ANTONIEJIAO




ARTMAN328




MD SAJJADUL HUDA




CAO HOAI BAO




BASTEN GAO




EIRIK BJØRØEN




GERARD LANCEA




BUNNYCODEGO




CARLOS AUGUSTO




YONG LIANG




DAVID FERNANDES




QUAN ZHANG




ETHAN




DANIEL AUGUSTO




DKZHANG




DAVID LÓPEZ RODRÍGUEZ




DONAM-GIVITA




DƯƠNG




EC0629




EDWIN GARCÍA MARTÍNEZ




EKO FEDRIYANTO




SERVIO ZAMBRANO




LUIZ FELIPE LIMÃO




VERDI




HIEUMINH




GEGAO123




GLOBALFLEA




KENNETH JORDAN




GEORGE ALEXIOU




GUANZI008




OSCAR HERNANDEZ




HIEUNGM




NGUYEN MINH HIEU




HOMERIOUS




XUDONG




IYSALEH




JACK TOKE




JEREMIAH YAN




JOEL YONG




XUSHIQUAN




PRASANTH KATTA




DAMIEN SYGUSCH




JIANG YE




RUSLAN KHASANOV




PENNY.YI




NAVID DEZASHIBI




KOHAKUHUBO




GRZEGORZ SPERANZA




KOSTAS VATIKIOTIS




QIANYU ZHOU




GABOR LEKENY




HEYUAN LI




STONE TRAVEL




LIU CHANG




MAIKEL URLITZKI




MAREK-KUTICKA




MARMAN_HP




MATT




MAX ZOU




JASPER WONG




MICRONITRON




MO3LYANA




HORST ENDER




MAX TRENSE




MUKUNHAO




MULYAWAN SENTOSA




KUNULE IMBAYI




SEI YU, NG




NIKHAR SAXENA




NICK RONZEL




SUMIT GOYAL




CHRISTOPHER STRAIGHT




PAUL XU




PESQUIVE




PHIL535




PIOTR BĄCZYK




NICOLAS DELAO




QIEPEIPEI




QIUZHANGHUA




NAZAR RAPITA




RICHARD BONDI




NOAH




PAVITHRAN CHITHIRAMANAALAN




RAFAEL FRANCISCHINI




RICARDO HERNANDEZ




EYLEM AVDJIN




ROMAN DOMIN




BOB MCALLAN




LI FANG




SIMRANJIT SINGH




SHAN,TIAN




JUAN DAVID PARRA PIMIENTO




TAM NGUYEN




RISAL LAURENTIUS




ROBEL T. HERARSO




李建




MINA SALEEB




SALVADOR BENIMELI FENOLLAR




SEBASTIAN CONCATO




SEUN OMOTOSHO




SOLOHIROSHI




ANATOLII PRYBYLOVYCH




JOSHUA




MISHA




THIỆN NGUYỄN




ARAN ROKA




JOSÉ ROBERTO CAMACHO CHRISTY




DAVYDENKO MYROSLAV




VENKATT GUHESAN




VPIDURI




VICENTE ROCA DANIEL




VU HOANG LAM




WALTER WANG




BRANDON CLARKE




YESUDEEP MANGALAPILLY




YAN MENG




PETER S.




ZHENGGANGPKU




SERHII SHYNKARENKO




FRANC BOZIC




PATRYK GLOGOWSKI




MARTIN JANDA




MARTIN LINDHE




MICHELE DAMSCHEN




STEFAN RÄDER




OLIVER ZIMMER




SINAN TALEBI




STEFAN HILLEBRAND




CHINLUNG LIN




ARTUR WIERZBICKI




SHERM NEWSOM




VIKTOR SHPAK




ANTUAN CHAVEZ




DEREK SLENK




DANIEL OCHOA




EDWARD VILLALBA




GRIGOR HAKOBYAN




MAURICE CASTRO




MATT WIATER




SHAUN JACKSON




ELLIOT MURPHY




SHERM NEWSOM




ALEX JONES




RAGHUNANDAN




GEORGE FOURIKIS




叶峻峣




CLAUDE MULLER




EDSONGLEY ALMEIDA




VINÍCIUS CRUZATO




智聪 欧阳




劉品均




HAZMI AMALUL




JACK GORAL




VALENTINE




WELIAM




ZHENGXUAN XIE




АЛЕКСАНДР ЛЕБЕДИНСКИЙ




MIDHUBALAN BALASUBRAMANIAN




MORLÉ KOUDEKA




STEPHANIE ROSALES




ALLY SHAYAN HAQUE




TINAWANG




VLADIMIR




KEVIN ARMSTRONG




SEKSUN DUANGSONG




MICHAŁ SZYMAŃSKI




MICHAEL MANLEY




CURTIS MAGYAR




SRIDAR DHANDAPANI




TEJUS PRATAP




CHRISTOPHER LAMM




AANAND NATARAJAN




RAPHAEL BRAND




DOMENICO RIZZO




HIEU TRINH




CARLOS MORAN




向龍楊


Donate now


POPULAR APPS BUILT ON TOP OF IRIS.

BAIDU’S NETWORK DISK

VIDEO ADVERTISING

STORAGE & DATABASE

COMMUNITY SYSTEM


AWESOME BOOKS

Complete your experience in web development with Go. Take a look at the books
the author purchased, read and recommends.




COURSES

Master Iris and Go in your native language.

Feb 13, 2020

LOẠT BLOG KHUNG WEB IRIS

Dec 13, 2019

精通GO和IRIS WEB框架

Feb 6, 2019

IRIS WEB FRAMEWORK TUTORIAL

March 31, 2018

MEMBUAT SOCIAL MEDIA APP DENGAN MONGODB

March 3, 2018

SÉRIE DE TUTORIELS IRIS

Apply New


CERTIFICATION

With the Iris Certification you can differentiate yourself from your peers by
proving your in-depth Iris knowledge. Please read the Iris e-book first.

ONLINE

The exam is online and you can take the exam from wherever you like at a time
that is most convenient for you.

VERIFIED

Each certificate has the necessary information for your identity to be verified
on our directory and you will officially be a Certified Iris Developer.

Take the exam



CONTACT US

Whether you have questions or you would just like to say hello, contact us.

Facebook

IRIS.FRAMEWORK

Email

IRIS-GO@OUTLOOK.COM

Twitter

IRIS_FRAMEWORK


IRIS WEB FRAMEWORK

We’d love to see your contribution to the Iris Web Framework.

GOT AN IDEA?

Post Now

Copyright © 2023 Iris All Rights and Lefts Reserved.
Theme was insipired by Influencer.
Made with ❤ in Greece