Introduction

From FullJS
Revision as of 12:01, 29 August 2025 by Guttmann (talk | contribs) (Created page with "= FullJS Documentation = '''FullJS''' is a comprehensive solution to develop and run applications using JavaScript. It is designed to provide everything you need in one ecosystem, integrating three core components: == JavaScript Runtime == A multi-threaded, event-driven JavaScript runtime built on the '''V8 JavaScript engine'''. It supports multiple architectures, including '''amd64''', '''arm''', and '''arm64''', ensuring flexibility and performance across platfor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FullJS Documentation

FullJS is a comprehensive solution to develop and run applications using JavaScript. It is designed to provide everything you need in one ecosystem, integrating three core components:

JavaScript Runtime

A multi-threaded, event-driven JavaScript runtime built on the V8 JavaScript engine. It supports multiple architectures, including amd64, arm, and arm64, ensuring flexibility and performance across platforms.

Libraries

A collection of JavaScript libraries that simplify common development tasks. Examples include:

  • Path manipulation
  • GUI elements
  • Charts
  • And more

Web IDE

A web-based Integrated Development Environment (IDE) for creating and managing applications. It allows you to develop both client-side and server-side code from a single interface, streamlining your workflow.

Get Started

To begin using FullJS, explore the following pages: