In this chapter, we will introduce the concepts for creating a web framework for scripts. We will see how scripts can be called through URLs and CAN interact with other tools/programming languages through HTTP. Additionally, we will look at examples of how to call the framework from various sources.
The following topics will be covered in this chapter:
- Understanding and implementing a web framework
- Calling the web framework
- Sample use case