Generic Architecture for Interactive Application

Posted 3 years, 2 months ago | Originally written on 18 Jan 2021

There are four parts to any interactive application:

  • core runtime
  • input (optional)
  • config (optional)
  • output (optional)


The beautiful things is that with this in mind you can now chain applications knowing which parts link to one another.