https://github.com/totaljs/tms
Total.js Message Service (TMS) integrator application.
https://github.com/totaljs/tms
Last synced: 12 months ago
JSON representation
Total.js Message Service (TMS) integrator application.
- Host: GitHub
- URL: https://github.com/totaljs/tms
- Owner: totaljs
- License: mit
- Created: 2021-05-04T10:39:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T12:50:25.000Z (about 4 years ago)
- Last Synced: 2025-06-10T06:09:14.359Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.totaljs.com/tms/
- Size: 338 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Total.js TMS Integrator (BETA)
- [Website](https://www.totaljs.com/tms/)
- [__Documentation__](https://docs.totaljs.com/total4/)
- [Chat support](https://platform.totaljs.com/?open=messenger)
- [Join __Total.js Telegram__](https://t.me/totalplatform)
- [Support](https://www.totaljs.com/support/)
Total.js TMS Integrator can integrate multiple Total.js apps with the help of Total.js Message Service architecture.
- [Download components](https://github.com/totaljs/flowstreamcomponents)
- [Documentation](https://docs.totaljs.com/)
__Requirements__:
- Total.js 4 - `$ npm install total4`
__Docker__:
```bash
docker pull totalplatform/tms
docker run -p 8000:8000 totalplatform/tms
````