Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 466 Bytes

File metadata and controls

9 lines (7 loc) · 466 Bytes

ProgpJS v2 - Modules

This project contains the main modules enhancing ProgpJS functionalities.

  • modCore: contains generally available functions, like console, setTimeout, ...
  • modNodeJS: is a NodeJS compatibility layer, implementing some common functions.
  • modReact: is a light ReactJS implementation for Server Side Rendering.
  • modHttp: allowing controlling the http server from javascript.

See https://github.com/progpjs/documentation for more information.