Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omjogani/websocket-go
Example of WebSockets using Go
https://github.com/omjogani/websocket-go
Last synced: about 1 month ago
JSON representation
Example of WebSockets using Go
- Host: GitHub
- URL: https://github.com/omjogani/websocket-go
- Owner: omjogani
- Created: 2023-12-17T14:50:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-28T14:57:51.000Z (about 1 year ago)
- Last Synced: 2024-06-21T01:52:46.389Z (7 months ago)
- Language: Go
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSocket - Update Stock Price in Real-time
Implementation of WebSocket that is consumed in JavaScript to update real-time Stock Prices.### Architecture
![architectural_figure](https://github.com/omjogani/websocket-go/blob/master/websocket-go-stock-price-update-architecture.png?raw=true "Architectural Figure")### Working Example
![websocket-go-demo](https://github.com/omjogani/websocket-go/assets/72139914/91181ba1-4a34-405f-9bfa-f6206342335b)### Technical Details
---
- Technology
- WebSocket: Golang
- User Interface: HTML, Tailwind CSS, JS>If you found this useful, make sure to give it a star 🌟
## Thank You!!