Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.97 KB

File metadata and controls

25 lines (20 loc) · 1.97 KB

netty

CodeFactor Python3

forthebadge
forthebadge
forthebadge
forthebadge
forthebadge
forthebadge
forthebadge
forthebadge
forthebadge
forthebadge

A simple python library for networking to run chatrooms and small gameservers. Not extremely complex, but allows for simple game servers and chat rooms to be hosted.

Documentation

client-simple.py and server-simple.py are provided for your perusal and enjoyment.

To test it out:

  • Run server-simple.py in a terminal tab.
  • Resolve the inevitable import conflicts.
  • Run one or more client-simple.py in different terminal tabs.
  • Move the blobs with arrow keys and test Ctrl-C to see how it handles KeyboardInterrupts.