Skip to content

VosMottor/python-queue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python Socket Server sources from CodeX Meetup

Application contains of 4 main parts:

  • Server class server.py
  • Queue class based on Threaded Socket Server codex_queue.py
  • Alice and Bob applications inherited from Server alice.py bob.py

We use only standard libraries

socketserver

https://docs.python.org/3.6/library/socketserver.html

threading

https://docs.python.org/3.6/library/threading.html

json

https://docs.python.org/3.6/library/json.html

requests

https://docs.python.org/3.6/library/requests.html

socket

https://docs.python.org/3.6/library/socket.html

About CodeX

We are small team of Web-developing fans consisting of IFMO students and graduates located in St. Petersburg, Russia. Fell free to give us a feedback on team@ifmo.su

https://ifmo.su

Follow us!

VK: https://vk.com/codex_team

Telegram: https://t.me/codex_team

Instagram: https://www.instagram.com/codex_team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%