@ti-engine/web-framework
v1.13.2
Published
A web-framework based on the ti-engine. It provides a customizable ready-to-use web-server microservice and a set of tools for creating web applications. NOTICE: This is still a work in progress and the full architecture, design, and functionality are not
Readme
ti-engine web framework
Flexible framework for the creation of microservices with node.js.
Information
This is a customizable web framework based on the ti-engine framework. Currently under development.
Configure HTTPS for development
Use the mkcert tool to create a certificate for development.
Step 1: Install the tool:
choco install mkcertStep 2: Install certificate authority:
mkcert -installStep 3: Generate certificate files for localhost:
mkcert localhost 127.0.0.1 ::1