From d7d9331df82ae13cc1e8a7eac48b8e8bc5686144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru-Gabriel=20Ghergu=C8=9B?= Date: Fri, 29 Apr 2016 11:25:07 +0300 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c3d373 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# NodeDrawboard +A collaborative drawing board where users can share ideas, chat or just have fun. Made with Node.js using Express.js and Socket.io frameworks.