References

List of projects powered by FullJS. Biodrome Debrecen – Capsitron The Plant Growing System in Space (2021) Plant growing system process control and visualization software. ITineris Informatics Ltd. – Online Farming Journal  (2021) Online Farming Journal Web Application  Biodrome Debrecen – Hydroculture Farming Automation (2021) Hydroculture Farming Automation process control and visualization software. jFermi Ltd…

Supported Systems

Any problem with FullJS in the browsers listed below should be reported as a bug in FullJS. Browsers Chrome: Current Firefox: Untested Edge: Untested Internet Explorer: Untested Safari: Untested Opera: Untested Stock browser on Android: Untested Safari on iOS: Untested Server Architectures amd64 (with latest Debian) armhf (with latest Raspbian OS) arm64 (with latest Raspbian…

License

FullJS installations are licensed on a per-user basis. One person can use the software to design, develop, test, or demonstrate his or her programs on any number of devices. If you comply with these license terms, you have the rights below: INSTALLATION AND USE RIGHTS Non-commercial use If you are an individual working on your…

Application Server

FullJS application server is a JavaScript runtime built on Chrome’s V8 JavaScript engine. The application server is multi-threaded and uses event-driven, non-blocking I/O model that makes it lightweight and efficient for running separate isolates of javascript applications. Application structure FullJS applications has some required files and the rest is up to the developer: / |…

Installation Guide

To install fulljs environment on your server please follow the steps bellow. Add FullJS repository sed -i -e ‘$a\deb [trusted=yes] http://fulljs.org/debian stable main’ /etc/apt/sources.list Install FullJS package The commands below installs the FullJS environment and its dependencies on your server. apt-get update apt-get install fulljs Allow FullJS application server to access OS features usermod -a…