Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.
/ another-pynt Public archive

An attempt at a networking library for python applications.

Notifications You must be signed in to change notification settings

willmeyers/another-pynt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Another Python Networking Tool (another-pynt)

Another-pynt is an easy to use networking utility for integrating a client-server model and custom protocols in applications. This project is still underdevelopment, however, building applications is still very possible with this current build.

Another-pynt adopts Flask's @app.route() decorator syntax style in order to create client/server message receive callbacks. This tool is designed for ease of use and tries to provide easy integration in existing applications.

Demos

Chat application

img

Whiteboard application

img

TODO

  • Add a reliable-UDP send
  • Add support for TCP based protocols
  • Allow for more data types when defining messages
  • Move from threaded approach to asynchronous

About

An attempt at a networking library for python applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages