Skip to main content

easy instant chat webapp

Project description

ezchat
======

| **ezchat** stands for easy chat.
| + No frills Python chat app. + Instant setup.

| Run from a notebook or command line.
| In both cases, new independent processes are spawn.

1 - Notebook
~~~~~~~~~~~~

See
`demo\_notebook <http://nbviewer.jupyter.org/urls/gitlab.com/oscar6echo/ezchat/raw/master/demo_ezchat.ipynb>`__.

2 - Command Line
~~~~~~~~~~~~~~~~

- Launch Hub:

.. code:: python

from ezchat.servers import hub

h = hub(port=5001)

- Launch Client:

.. code:: python

from ezchat.servers import client

c = client(port=5002)

- Kill Hub and Clients:

.. code:: python

from ezchat.servers import kill

kill(h)
kill(c)

.. raw:: html

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

ezchat-0.0.1.tar.gz (970.4 kB view details)

Uploaded Source

File details

Details for the file ezchat-0.0.1.tar.gz.

File metadata

  • Download URL: ezchat-0.0.1.tar.gz
  • Upload date:
  • Size: 970.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ezchat-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7f3ac6071d0982eca9101108c1d1b49b41880a061596c71dc8388bcc7f7b6ce8
MD5 614a5299a2b6123cd6159d8ddc80de81
BLAKE2b-256 5b5beb7a2c764405f84d488a7adae125d73196b525935f8efb3e2a69461726e6

See more details on using hashes here.

Supported by

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