/shotglass

Playing around with networking and servers in python

Primary LanguagePython

Author Info

David Lichtenberg DMLICHT David.M.Lichtenberg@gmail.com

Project Info

shotglass This is a small (tiny tiny tiny - smaller than a flask or a bottle) framework built in python to learn about sockets, building servers and putting together a web framework

Structure

  • server.py opens a socket and listens on specified port. Takes in handler functions requests made
  • request_handler.py allows user to define request handling

credits

thanks to: Thomas Ballinger for code reviewing Sarah Moore for coming up with a cute name