Skip to content

Latest commit

 

History

3 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Sockets with Python

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):

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. 注册 at https://dashboard.pubnub.com/signup

Watch the tutorial video or read guide in the Python Socket Programming Tutorial PubNub Blog post.

关于

Socket programming demo with native Python and also PubNub.

Topics

Resources

Stars

10 stars

关注者

1 watching

复刻s

发布

贡献者

Languages