people can talk whatever they want in the web app
- install node.js(lastest) and python3.5
- git clone [email protected]:zhhuan/FreeChat.git
- cd FreeChat
- run
npm install
to install front-end dependencies - run
pip install requirement.txt
to 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.