Most of the database-driven applications have a REST API based architecture. It is tedious and error-prone to build and then consume the REST API.
This project introduces a new architecture using the WebSocket API and AppRun event system.
-
The front-end app is AppRun event-driven without REST API calls. In fact, it has not even network calls.
-
The back-end app is also AppRun event-driven without REST API endpoints.
- Use npm start to start the dev server
- Use npm run build to build for production
This is an application built with AppRun.