I’m developing a program that provides a user interface for employees to input data in real-time. This program needs to remain functional even when the internet is down, so a serverless solution is preferred.
Currently, I know that using a GUI framework like JavaFX might be more suitable than creating the program with HTML and CSS. However, I’m unsure whether it would be better to host this program locally or if there are other recommended approaches to achieve my requirements.
How should I go about designing and implementing this program? Any guidance on best practices or recommendations for languages, tools and frameworks would be greatly appreciated.
yz h is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.