Skip to content

jcacerec/websocket-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Simple Python Websocket Server-Client Example

A very simple WebSocket Server-Client example. The WebSocket server listens on port 8765 and print json files sent by the client.

Requierements:

To run this example, you need:

Running

The WebSocket server listens on port 8765 and print json files sent by the client. To run the server on the terminal:

$ python3 server.py

You can test that the server is working by running the client example:

$ python3 client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages