https://github.com/idabmat/tic_tac_toe_channel
Phoenix WebSocket API for TicTacToe game
https://github.com/idabmat/tic_tac_toe_channel
api elixir phoenix tic-tac-toe websocket
Last synced: over 1 year ago
JSON representation
Phoenix WebSocket API for TicTacToe game
- Host: GitHub
- URL: https://github.com/idabmat/tic_tac_toe_channel
- Owner: idabmat
- Created: 2017-10-16T00:32:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T17:27:58.000Z (over 5 years ago)
- Last Synced: 2025-01-30T05:24:14.263Z (over 1 year ago)
- Topics: api, elixir, phoenix, tic-tac-toe, websocket
- Language: Elixir
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToeChannel
Phoenix API serving the game engine to clients though web sockets.
* [Game engine](https://github.com/idabmat/tic_tac_toe)
* [React Client](https://github.com/idabmat/tic_tac_toe_client)
## Installation
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.