https://github.com/hectorta1989/pubnub-ssl-python-chatapp
https://github.com/hectorta1989/pubnub-ssl-python-chatapp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorta1989/pubnub-ssl-python-chatapp
- Owner: HectorTa1989
- Created: 2021-05-06T08:09:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T12:41:52.000Z (over 4 years ago)
- Last Synced: 2025-01-07T06:47:52.191Z (9 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PubNub-SSL-Python-ChatApp
Send data from client to server using Python sockets in **client.py** and **server.py**.Send data from peer to peer (client to client) using PubNub with **pn_client_1.py** and **pn_client_2.py**.
Install the PubNub package with pip (lastest as of 01/2019):
```bash
pip install 'pubnub>=4.1.2'
```You **must** put in your **free** PubNub API keys to use **pn_client_1.py** and **pn_client_2.py**. Sign up at [https://dashboard.pubnub.com/signup](https://dashboard.pubnub.com/signup/?devrel_gh=ajb413-python-socket-demo)