Skip to content

joargr/radix-example-workshop-2

 
 

Repository files navigation

Radix Workshop - Example 2 (WWW & Echo)

Application - Create an application that generates passwords and display it in a web browser.

It will be implemented as a two module app. The public front-end (www) will respond to requests, request a new password 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.4%
  • Dockerfile 13.1%
  • HTML 8.2%
  • CSS 4.4%
  • Makefile 0.9%