Giter Club home page Giter Club logo

lti-next's Introduction

LTI Next Demo

Do I really think this is the next LTI? Probably not, but it does get some ideas brewing!

Concepts

This tool illustrates the potential of using websockets with LTI flows.

It has dummy handlers to simulate the entire OIDC 3rd party initiated login request of webooks (with some questions to research)

After the OIDC flow completes, the tool sends it's initial UI to the platform.

The platform then sends events to the tool over the open socket whenever UI events occur. The tool listens for those events, updates state, then sends the UI back to the platform.

Platform <-- messages over a web socket --> Tool

This flow puts quite adds quite a bit of complexity to the tool. It may be worth exploring having a relay in between the platform and tool that handles some of the complexity:

Platform <-- messages over websocket --> Relay <-- messages over websocket --> Tool

Building

First, cp docker-compose.override.yml.example docker-compose.override.yml

This project leverages Docker BuildKit to speed image build time.

See https://docs.docker.com/develop/develop-images/build_enhancements/

To build the application, run

COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build

Running

After building, run

docker-compose up

The docker-compose override is optimized for use with Linux + Traefik (sorry). You may need to update it if you use dinghy, etc.

However you run docker containers for local dev, this app must be available at http://lti-next.docker/ to work with the corresponding Canvas commit.

lti-next's People

Contributors

westonkd avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.