Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanofslack/go-poker
real-time multiplayer poker
https://github.com/evanofslack/go-poker
go poker redis websocket
Last synced: about 1 month ago
JSON representation
real-time multiplayer poker
- Host: GitHub
- URL: https://github.com/evanofslack/go-poker
- Owner: evanofslack
- License: mit
- Created: 2022-03-21T23:53:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T17:09:27.000Z (7 months ago)
- Last Synced: 2024-06-22T09:39:23.661Z (7 months ago)
- Topics: go, poker, redis, websocket
- Language: Go
- Homepage:
- Size: 4.58 MB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [go-poker](https://go-poker.vercel.app)
Real time multiplayer poker application powered by websockets
* Backend built with [Go](https://github.com/golang/go), [Chi](https://github.com/go-chi/chi) http server, and [Gorilla](https://github.com/gorilla/websocket) websocket.
* Utilizing [Redis](https://github.com/redis/redis) pub/sub channels for event handling
* UI created with [Next](https://github.com/vercel/next.js) and [Tailwind](https://github.com/tailwindlabs/tailwindcss)
* Deployed with [Docker](https://www.docker.com/), [Heroku](https://www.heroku.com/) and [Vercel](https://github.com/vercel/vercel) (rip heroku free tier)## ui