TeeeJay / radix-example-workshop-1

Purpose - a simple two module app. The public front-end (www) will respond to requests, request data from the non-public echo module - and echo the data back to the requestor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Radix Workshop - Example 1 (WWW & Echo)

Demo

Purpose - a simple two module app. The public front-end (www) will respond to requests, request data from the non-public echo module - and echo the data back to the requestor. All magic!

Content

  • echo contains the echo module
  • www contains the www front-end
  • docs contains the workshop script (link)

A conceptual overview of the application.

Conseptual diagram

About

Purpose - a simple two module app. The public front-end (www) will respond to requests, request data from the non-public echo module - and echo the data back to the requestor

License:MIT License


Languages

Language:JavaScript 72.3%Language:Dockerfile 18.7%Language:HTML 8.3%Language:CSS 0.8%