Skip to content

nickwave/chaatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaatt

Chaatt is a Flask powered asynchronous web-chat implemented using Socket.IO javascript library.

Flask extensions

Javascript, CSS libraries:

  • Bootstrap - popular framework for developing responsive, mobile first projects on the web.
  • jQuery - library, that makes things like HTML document traversal and manipulation, event handling, animation.
  • Socket.IO - gives access to low latency bi-directional communications between the clients and the server.
  • Moment.js - for parsing, manipulating and displaying dates and times.

Preparing and launching

Extensions installation

$ pip install -r requirements.txt

Launching

$ python ./run.py

Releases

No releases published

Packages

No packages published