/apprun-websockets-sqlite

AppRun database-driven application using WebSockets without REST API

Primary LanguageJavaScript

AppRun - WebSockets - SQLite

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.

No more REST API

DEMO

Run on Repl.it Glitch Badge

Run the Project

  • Use npm start to start the dev server
  • Use npm run build to build for production

This is an application built with AppRun.