Updated.
This commit is contained in:
parent
d7791c9c73
commit
9b13eb0e2c
1 changed files with 2 additions and 5 deletions
|
@ -11,13 +11,10 @@ General Bots BASIC using HEAR and TALK keywords provides a easy to write bot lan
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
A BASIC Isolated Virtual Machine Architecture, like creating a conversation Node.js application just using BASIC. All code will run isolated on a Node, (https://user-images.githubusercontent.com/14840374/200206510-9f5bd788-e710-4932-9ed8-a09599656cea.png).
|
||||||
|
|
||||||
## BASIC Isolated Virtual Machine Architecture
|
|
||||||
|
|
||||||
It is like creating a conversation Node.js application just using BASIC. All code will run isolated on a Node VM:
|
|
||||||
|
|
||||||

|
|
||||||
One of the key security features of the General Bots platform is its use of isolated virtual machines (VMs) for each dialog. This architecture provides a robust layer of security and isolation, significantly reducing the risk of cross-contamination or unauthorized access between different bot interactions.
|
One of the key security features of the General Bots platform is its use of isolated virtual machines (VMs) for each dialog. This architecture provides a robust layer of security and isolation, significantly reducing the risk of cross-contamination or unauthorized access between different bot interactions.
|
||||||
|
|
||||||
### How It Works
|
### How It Works
|
||||||
|
|
Loading…
Add table
Reference in a new issue