Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
gopoker-screenshot