https://github.com/thomassuedbroecker/vue-simple-chat-webapp
This project reuses the projects "vue-simple-webapp" and " vue-advanced-chat".
https://github.com/thomassuedbroecker/vue-simple-chat-webapp
jasvascript nodejs vue watson-assistant
Last synced: 7 months ago
JSON representation
This project reuses the projects "vue-simple-webapp" and " vue-advanced-chat".
- Host: GitHub
- URL: https://github.com/thomassuedbroecker/vue-simple-chat-webapp
- Owner: thomassuedbroecker
- License: apache-2.0
- Created: 2022-11-14T14:36:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T07:18:39.000Z (over 2 years ago)
- Last Synced: 2025-01-18T09:52:49.050Z (9 months ago)
- Topics: jasvascript, nodejs, vue, watson-assistant
- Language: Vue
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple chat webapp
The simple chat web app does include following integrations IBM Cloud Watson Assistant, [Keycloak, and connection backend server](https://github.com/thomassuedbroecker/watson-assistant-oidc-nodejs).
The example is called "Example Banking".
### Technologies and frameworks
* Node.js
* VUE.js
* Bash### Links to useful resources
* [Include download-history](https://github.com/watson-developer-cloud/assistant-toolkit/tree/master/integrations/webchat/examples/download-history)
* [Include Keycloak configuration](https://github.com/thomassuedbroecker/watson-assistant-oidc-nodejs)
* [Include Watson Assistant webchat]()```sh
npm install vuex@next --save
npm install keycloak-js --save
```