|
@@ -1,5 +1,5 @@
|
|
-###Chess-IO
|
|
|
|
-===
|
|
|
|
|
|
+### Chess-IO
|
|
|
|
+
|
|
my fork of [Reti-Chess](https://github.com/
|
|
my fork of [Reti-Chess](https://github.com/
|
|
romanmatiasko/reti-chess)
|
|
romanmatiasko/reti-chess)
|
|
|
|
|
|
@@ -9,6 +9,16 @@ node server.js
|
|
localhost:8888
|
|
localhost:8888
|
|
```
|
|
```
|
|
|
|
|
|
-#####Built With
|
|
|
|
|
|
+#### Built With
|
|
|
|
+---
|
|
|
|
+
|
|
|
|
+- [Node.js](http://nodejs.org/)
|
|
|
|
+- [Express](http://expressjs.com/)
|
|
|
|
+- [Socket.IO](http://socket.io/)
|
|
|
|
+- [Chess.js](https://github.com/jhlywa/chess.js)
|
|
|
|
|
|
-[Node.js](http://nodejs.org/) | [Express](http://expressjs.com/) | [Socket.IO](http://socket.io/) | [Chess.js](https://github.com/jhlywa/chess.js)
|
|
|
|
|
|
+#### Notes
|
|
|
|
+---
|
|
|
|
+- 2015 - Original fork
|
|
|
|
+- 2020 - reworked to use Express v.5
|
|
|
|
+- 2022 - migrated and noticed that I'm still using the _old fork... will evaluate later on.
|