The repository contains materials for training conducted by TietoEVRY called
Inter process and inter application communication
Which was a part of Technology and Business Workshops 2021 course organized by WI
There are four examples of an API for a classic Todo list application using different application layer protocol for network communication:
- todo-corba - uses CORBA as protocol
- todo-rest - uses REST as protocol
- todo-graphql - uses GraphQL as protocol
- todo-soap - uses SOAP as protocol
All applications are written in python. You can find more details in each application folder.
All materials are licensed under GNU General Public License v3, except the presentation, which is licensed under Creative Commons Attribution-ShareAlike 4.0 International License