All Projects → iris-contrib → Examples

iris-contrib / Examples

Licence: mit
This repository contains small and practical examples for the Iris Web Framework.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Examples

Deepspeech Examples
Examples of how to use or integrate DeepSpeech
Stars: ✭ 356 (-38.73%)
Mutual labels:  examples
Vulkandemos
Some simple vulkan examples.
Stars: ✭ 413 (-28.92%)
Mutual labels:  examples
Ansible For Devops
Ansible for DevOps examples.
Stars: ✭ 5,265 (+806.2%)
Mutual labels:  examples
Design Patterns
Contains examples of design patterns that implemented in php
Stars: ✭ 375 (-35.46%)
Mutual labels:  examples
Knitr Examples
A collection of knitr examples
Stars: ✭ 389 (-33.05%)
Mutual labels:  examples
Elm Architecture Tutorial
How to create modular Elm code that scales nicely with your app
Stars: ✭ 4,147 (+613.77%)
Mutual labels:  examples
Romaniancoderexamples
Java / SpringBoot / Angular examples for the Romanian Coder YouTube channel
Stars: ✭ 353 (-39.24%)
Mutual labels:  examples
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+751.98%)
Mutual labels:  examples
Examples
Examples for Bazel
Stars: ✭ 412 (-29.09%)
Mutual labels:  examples
Prose
Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.
Stars: ✭ 470 (-19.1%)
Mutual labels:  examples
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (-35.28%)
Mutual labels:  examples
Interactive Examples
Home of the MDN live code editor interactive examples
Stars: ✭ 389 (-33.05%)
Mutual labels:  examples
Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (-20.65%)
Mutual labels:  examples
C Cpp Notes
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Stars: ✭ 363 (-37.52%)
Mutual labels:  examples
Crystal By Example
Crystal By Example
Stars: ✭ 484 (-16.7%)
Mutual labels:  examples
Aws Doc Sdk Examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.rst file below.
Stars: ✭ 4,575 (+687.44%)
Mutual labels:  examples
Kotlin Flow Android Examples
Kotlin Flow Android Examples - How to use it in Android Project
Stars: ✭ 424 (-27.02%)
Mutual labels:  examples
Kotlin Coroutines Android Examples
Learn Kotlin Coroutines for Android by Examples. Learn how to use Kotlin Coroutines for Android App Development.
Stars: ✭ 572 (-1.55%)
Mutual labels:  examples
Apisprout
Lightweight, blazing fast, cross-platform OpenAPI 3 mock server with validation
Stars: ✭ 519 (-10.67%)
Mutual labels:  examples
Go Packages
A large repository of code and documented examples for Go's standard package library.
Stars: ✭ 467 (-19.62%)
Mutual labels:  examples

Examples

Build Status License CHANGELOG/HISTORY

This repository provides easy to understand code snippets on how to get started with web development with the Go programming language using the Iris web framework. This branch contains the latest iris master examples. For the stable's version examples navigate through the v12 branch.

To read the Iris documentation please navigate to the wiki pages instead.

Examples are tested using Windows 10, Ubuntu 20.04 with Microsoft's Visual Studio Code and built using the Go 1.15.0.

Table of Contents

Run

  1. Install the Go Programming Language, version 1.15+ from here.
  2. Download the examples and copy-paste them to your $GOPATH/src/github.com/iris-contrib/examples
  3. Install Iris with go get -u github.com/kataras/iris/[email protected]

To run an example, open a terminal session and execute:

$ cd $GOPATH/src/github.com/iris-contrib/examples/compression
$ go mod init
$ go run main.go

Do not forget to star or watch the Iris project.

Any troubles with examples?

https://github.com/iris-contrib/examples/issues
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].