MSAgent-Chat/msagent.js/README.md
Lily Tsuru e170c5c6b6 msagent.js: core-ize
This will allow us to parse ACS files on the server side without hassle.
2024-08-25 08:56:12 -04:00

383 B

msagent.js

This project is split up into two subcompoennts:

  • @msagent.js/core contains the core inner workings. This is everything that works on either the Web or node.js.

  • @msagent.js/web contains most of the public API that msagent.js has exported.

The web project is implicitly dependent on the core project. Do not introduce code that requires Web APIs in the core.