An open API service indexing awesome lists of open source software.

https://github.com/aditeyabaral/instance

A Python project that created a web and file server that enabled clients to send messages to one another in real time thus creating a live chat environment. The goal was to create a simple network in school that enabled everyone to chat with one another and also make sharing of files easier across a network.
https://github.com/aditeyabaral/instance

flask python python2 python27 socket socket-programming

Last synced: about 2 months ago
JSON representation

A Python project that created a web and file server that enabled clients to send messages to one another in real time thus creating a live chat environment. The goal was to create a simple network in school that enabled everyone to chat with one another and also make sharing of files easier across a network.

Awesome Lists containing this project

README

          

# Instance
A Python project that created a web and file server that enabled clients to send messages to one another in real time thus creating a live chat environment. The goal was to create a simple network in school that enabled everyone to chat with one another and also make sharing of files easier across a network.