KSockets 1.0.0a0

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

KSockets 1.0.0a0

KSockets
Make sockets super simple!
KSockets
KSockets is a super simple socket integration on python. It ensures reliable TCP communication without having to do many specific setups.
Installation
As it had not been published yet to PYPi installation is not possible
Usage
Client:
from KSockets import SimpleClient
client = SimpleClient(("127.0.0.1",3001))

Server:
from KSockets import SimpleServer
server = SimpleServer(chunks=8196)
server.listen()

Support
Contact support@kinuseka.us for any queries
License
/* Copyright (C) Kinuseka, - All Rights Reserved

Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Milbert Jr. Macarambon mmacarambon@kinuseka.us, January 2024
*/

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.