Metadata-Version: 2.1
Name: wsserver_malbizer
Version: 1.0.2
Summary: Websocket Server for python
Home-page: UNKNOWN
Author: Anderson Souza
Author-email: anderson@malbizer.com.br
License: UNKNOWN
Description: 
        @section{Python Package for Websocket Server Live}
        
        1. WebsocketServer built in python.
        
        2. For active server on command line:
        
        - Install package with PIP;
        - Run command wsserver-malbizer '<port>'
        - Send JSON string for serve on model:
        
            {
                "subject": "subject for your message",
                "sender": "id_sender",
                "topic": [], //List of topics to inscribe message
                "payload": "Value for your message (JSON string)",
                "persist": false //indicate if message is persisted and send for new clients
            }
        
        
        
        3. For using on python file:
        
        - Import wsservermalbizer with WebsocketServer and use the code:
        
            WebSocketServer(port=port).start()
        
Keywords: python,websocket,server
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
