Skip to main content

API Introduction

Binhjs = binhjs + binhend

  • binhjs is a library running front-end code generated by binhend on browser.
  • binhend is a package of NodeJS providing tools to build web app project.

This document lists out all references of binhjs that can be used to implement front-end project created by binhend.

It is possible to build web app using binhjs only, but not recommended due to low development experience.

Regarding binhend, there will be another document for it.

Set of APIs

Binh as global object to access core classes and methods.

Component: UI contains methods to structure and manipulate UI on DOM.

Component: Service to define a singleton service with ease.