Skip to content

Microscopic chat server written in Python, using Bottle

License

Notifications You must be signed in to change notification settings

danamodio/microchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A microscopic, single-room chat server for use on assessments. Does not store code or messages, nor does it log access attempts. Could easily be made to do authentication too, if so desired.

Usage:

Simply run python srv.py, which will load index.html into memory, to be served at /. Uses Bottle as a web framework.

License

MIT/X

About

Microscopic chat server written in Python, using Bottle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.4%
  • Python 13.6%