Skip to content
/ netty Public

A simple python library for networking, allows for simple chat rooms and gameservers to be hosted without hassle

License

Notifications You must be signed in to change notification settings

enbyte/netty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple python library for networking, allows for simple chat rooms and gameservers to be hosted without hassle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages