#Dart OXO Dart implementation of the tic-tac-toe game, built as a sample application to show:
-
Web Sockets
-
client-server interaction
-
DOM manipulation
-
other cool Dart features
-
Install the dependencies:
cd /path/to/dart_OXO/client pub install cd /path/to/dart_OXO/server pub install
-
Run the server on the host machine:
cd /path/to/dart_OXO/server/bin dart server.dart
-
Open a browser at:
http://localhost:4000 # or http://192.168.X.Y:4000
Claudio d'Angelis
claudiodangelis.com/+
See LICENSE