Skip to content

Introduction

The INFINITY.JS engine is basically a javascript runtime with a function library that is focused on server applications. There are a few basic concepts that you should be aware of to facilitate the usage of the function library and structure your application for easier development and maintainance.

Must Read

  • Runtime Javascript runtime, multithreading and global variables.

  • Includes Split your project into multiple source files.

  • Modules Import functions from the INFINITY.JS runtime library.

Should Read

  • Server Example We will show you how to write a server application, complete with API services.