Call the interfaces provided by the QQ Node module to the client to implement Bot functionality.
After startup, you can find the token information in the startup log, which looks like: [WebUi] WebUi Local Panel Url: http://127.0.0.1:6099/webui?token=xxxx
Visit https://yourdomain/webui?token=xxxx, then follow these steps:
HTTP Server: NapCat acts as HTTP request receiver, accepting interface calls and responding in a simplex model
HTTP Client: NapCat acts as HTTP request initiator, pushing events to plugins/applications in a simplex model
WebSocket Server: Commonly referred to as Forward WS, capable of both actively pushing events and receiving requests in a duplex model
WebSocket Client: Commonly referred to as Reverse WS, capable of both actively pushing events and receiving requests in a duplex model