people can talk whatever they want in the web app
- install node.js(lastest) and python3.5
- git clone git@github.com:zhhuan/FreeChat.git
- cd FreeChat
- run
npm installto install front-end dependencies - run
pip install requirement.txtto install python dependencies - cd app-server, run
python chatroom.py - open browser, visit localhost:5000
- mobile version, adapt the mobile screen.
- merge css style and try to use sass.
- refactor the back-end (python) code, separating different functions.
- imporve the front-end interaction effect, distinguish different users.