titbit v21.8.6 released, the Web back-end framework for Node.js environment

titbit v21.8.6 has been released. Titbit is a Web back-end framework for the Node.js environment. It supports HTTP/HTTPS/HTTP2, and supports configuration switching without modifying the code or requiring minor changes (involving the stream object of the HTTP/2 protocol).

Updates in this version include:

The previous message type processing mechanism based on the message event ignored the handle, considering that the transfer socket is rarely used when developing with the framework. Now the handle parameter is passed, although it is not used in most cases, the complete support is for better and broader application support.

This function is added through the app.setMsgEvent function. Both monitor and logger modules are based on this.

For details, view: https://gitee.com/daoio/titbit/releases/v21.8.6

Guess you like

Origin www.oschina.net/news/120742/titbit-21-8-6-released