batmq
v1.2.5
Published
![Static Badge](https://img.shields.io/badge/First_commit-Nov._10th_2024-green) ![Static Badge](https://img.shields.io/badge/Last_commit-Nov._10th_2024-orange)
Downloads
1,205
Readme
BatMQ
Examples
Creating a server
well the first step is obviously to create a messaging server, so heres the code:
Here we import the "Server" and "Client" class from BatMQ, and then we initialize a server class running on port 9090.
Connecting a client
The next logical step would to connect a client, so heres the code:
Basically, we initialize a client that connects to the server runing on "localhost:9090".