An open API service indexing awesome lists of open source software.

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.

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

![Dashboard](https://github.com/kapit4n/chatboot-stock/blob/main/view/chatboot-stock-home.png)

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

![Server](https://github.com/kapit4n/chatboot-stock/blob/main/view/server-console.png)