This project contains two web applications. It's made with a single Yii2 core (advanced template), but can be easily separated into two apps on different locations.
One of apps (the Client app) has a widget (CommentWidget) that can save data (users comments) to another app (the Server app) and retrieve data for display.
Application components:
- Yii2 Framework as a backend core
- JSON-RPC extension for parsing and evaluating JSON-RPC requests (compliant with the JSON-RPC 2.0 specifications)
- PostgreSQL as a data storage for server side