https://github.com/kapit4n/chatboot-stock
Websocket based application to fetch stock information with a chatbot that listens the requests and enqueed all the requests on rabbitmq.
https://github.com/kapit4n/chatboot-stock
chatbot golang react websockets
Last synced: 3 months ago
JSON representation
Websocket based application to fetch stock information with a chatbot that listens the requests and enqueed all the requests on rabbitmq.
- Host: GitHub
- URL: https://github.com/kapit4n/chatboot-stock
- Owner: kapit4n
- Created: 2023-02-24T07:13:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T17:33:38.000Z (about 3 years ago)
- Last Synced: 2025-03-11T08:33:43.560Z (over 1 year ago)
- Topics: chatbot, golang, react, websockets
- Language: Go
- Homepage:
- Size: 6.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CLIENT
- client application to send messages/request to server for stock info
- Read client/Readme.md to run it

# SERVER
- chat boot
- websocket server
- Read server/Readme.md to run it
