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

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

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.