Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 530 Bytes

Framework.md

File metadata and controls

12 lines (8 loc) · 530 Bytes

JS Backend Service Framework

JS Backend service framework runs express.js with lwnode to provide a Web service for Tizen. In addition, the framework also provides a database service for Tizen to allow Tizen apps to store and load data using sqlite3.

1. express.js

  • express.js: v4.17
  • Supported features: v4 API.

2. sqlite3

  • sqlite3: v4.2
  • Supported features: v4 API. (Not accessible from public)