7mind / idealingua-example

Scala backend + TypeScript frontend Example for Idealingua API Language

Home Page:https://github.com/7mind/idealingua-v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idealingua Example

Prerequisites

  1. To set up new izumi version, change recompile-scala.sh and recompile-ts.sh where version is defined like IZUMI_VERSION="0.X.X-SNAPSHOT"

  2. Please install coursier via brew https://get-coursier.io/docs/cli-overview.html#brew

  3. install yarn, tsc, npm

  4. If you are using Intellij, please add syntax highligher for .izumi files: https://github.com/ratoshniuk/jetbrains-izumi-idl-syntax

Agenda

  1. IDL Syntax overview

  2. Launching Server and clients

  3. Executing tests for idl-based client and services invocation

  4. Authorization middleware designing overview

  5. Describing 2FA Module

Language Support Matrix

At the moment we support following languages:

Language / Platform Server Client
Scala / JVM Yes (example) Yes
TypeScript / Node.js Yes Yes (example)
Go / Native Yes Yes
C# / .NET Yes Yes

Some of them already have sample Pet Store implementations. Others are coming!

If you want your language to be supported, just submit a Pull Request to our github repository

About

Scala backend + TypeScript frontend Example for Idealingua API Language

https://github.com/7mind/idealingua-v1


Languages

Language:Scala 67.0%Language:TypeScript 19.9%Language:Shell 5.7%Language:HTML 4.7%Language:CSS 2.6%