Skip to main content

Gevent-based WebSocket server for async job processing

Project description

k3wsjobd

Action-CI Documentation Status Package

This module is a gevent based websocket server. When the server receives a job description from a client, it runs that job asynchronously in a thread, and reports the progress back to the client periodically.

k3wsjobd is a component of pykit3 project: a python3 toolkit set.

This module is a gevent based websocket server. When the server receives a job description from a client, it runs that job asynchronously in a thread, and reports the progress back to the client periodically.

Install

pip install k3wsjobd

Synopsis

from geventwebsocket import Resource, WebSocketServer
import k3wsjobd
from k3wsjobd import logging


def run():
    k3wsjobd.run(ip='127.0.0.1', port=33445)


if __name__ == "__main__":
    logger = logging.getLogger()
    logger.setLevel(logging.INFO)

    file_handler = logging.FileHandler('wsjobd.log')
    formatter = logging.Formatter('[%(asctime)s, %(levelname)s] %(message)s')
    file_handler.setFormatter(formatter)
    logger.addHandler(file_handler)
    run()

Author

Zhang Yanpo (张炎泼) drdr.xp@gmail.com

Copyright and License

The MIT License (MIT)

Copyright (c) 2015 Zhang Yanpo (张炎泼) drdr.xp@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

k3wsjobd-0.1.4.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

k3wsjobd-0.1.4-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file k3wsjobd-0.1.4.tar.gz.

File metadata

  • Download URL: k3wsjobd-0.1.4.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for k3wsjobd-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f6069f8c401f1b39ef5087354480f272ed9766b869acb0bd53b1eab48722f0e7
MD5 9eff3ae6c77f73e04f537883aa99e519
BLAKE2b-256 d8bed59041c4ab88b76c6e01c2b0bdae916a29a3bd0d30703fd64215d2f6776e

See more details on using hashes here.

File details

Details for the file k3wsjobd-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: k3wsjobd-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.2

File hashes

Hashes for k3wsjobd-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d61a3adb1ef9f3e2998205a944380e68d5067be4647bad5e650228ed3137d8ff
MD5 cbb354af5c68d942385650a3602f08cc
BLAKE2b-256 dfb36a56cc214a0ceab5466514ffaf093aeb2028ee8666a0a3892689c2e3265f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page