nodePong/version.md

28 lines
663 B
Markdown
Raw Normal View History

2016-02-10 10:49:12 +01:00
2016-02-10 10:59:07 +01:00
### **v0.0.2:**
- moved "ui" dir to "public" dir
- renamed "public" to "client"
- updated nodePong.js with new directory name
2016-02-10 11:32:22 +01:00
- cleaned gitlab repo
2016-02-10 10:59:07 +01:00
2016-02-10 10:49:12 +01:00
### **v0.0.1:**
2016-02-10 10:59:07 +01:00
- added package directories structure
2016-02-10 10:49:12 +01:00
- "public":
- index.html (main html file)
- "css" subdir
- main.css (main css file for index.html)
- "src" subdir:
- jquery-2.1.3.min.js (not really needed)
- "server":
- server_utils.js (server utilities function)
- server_params.js (Server parameters)
- "ui": (empty, and will become a "public" subdir)
2016-02-10 10:59:07 +01:00
- added info files README.md, version.md, package.json and LICENSE
2016-02-10 10:49:12 +01:00
2016-02-10 10:59:07 +01:00
- added nodejs application 'nodePong.js'