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
======
| **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
Release history Release notifications | RSS feed
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.5.tar.gz
(970.8 kB
view details)
File details
Details for the file ezchat-0.0.5.tar.gz
.
File metadata
- Download URL: ezchat-0.0.5.tar.gz
- Upload date:
- Size: 970.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74c44b3d1dcc156eb6dbd08f475408b0b324bc50a564009b81274c3bf29078b8 |
|
MD5 | a5ce56650ec0c3e2f34153f2afff6f11 |
|
BLAKE2b-256 | 3178a02f124ae7fb4222e22387fd0bf53de2445413dc9235d65d22f0765e8661 |