wolterlw / BottlePy_Gevent_WebChat

simplistic webchat with via HTTP, using BottlePy, Gevent and stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web chat backend using Bottle and a Gevent server

to run the server application:

  • install python-bottle with apt or bottle with pip, easi-install or whatever else
  • open chat.py and configure host_name, port_num and num_messages
  • run python chat.py

About

simplistic webchat with via HTTP, using BottlePy, Gevent and stuff


Languages

Language:HTML 51.7%Language:JavaScript 21.0%Language:Python 20.7%Language:CSS 6.6%