Skip to content

Bu projenin amacı Tornado ve WebSocket ile Simple Chat uygulaması geliştirmektir.

Notifications You must be signed in to change notification settings

mertbilgic/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

ChatApp

Dependencies: Python 3.8.0, Pip, Virtualenv, Npm

Create virtual environment

git clone https://github.com/mertbilgic/ChatApp
cd ChatApp
virtualenv venv

Install depedencies

$ source venv/bin/activate
$ pip install -r requirements.txt

Install Styles and Scripts

cd static
$ npm install

Start

$ python app.py 

About

Bu projenin amacı Tornado ve WebSocket ile Simple Chat uygulaması geliştirmektir.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published