Back to projects
Jan 01, 2024
1 min read

Desktop app for printer

Electron-based desktop application with Vue.js that manages local printers and receives print orders via WebSocket connection from a web dashboard

Technologies in this project

This app is still WIP, but the idea is an Electron app connected with a dashboard through WebSocket.

The app finds all printers connected to the PC and shows a list in the UI. The user selects a printer and connects it with the dashboard.

The orders or content to be printed are sent by the web dashboard.