Skip to content

Proof of concept. This is an implementation of a basic flask_socket server allowing clients to register with it and send it messages. The received messaged are displayed on localhost:5001

Notifications You must be signed in to change notification settings

saxjax/saxjax_socket_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

saxjax_socket_server

Proof of concept implementing flask socket server

  • This is a flask socket server that can be registered to from the saxjax_socket_client, and then display received messages from connected devices on a webpage.

Run the server

  • open in terminal
  • cd to main_socket.py
  • type : python3 main_socket.py
  • open webbrowser on localhost:5001

About

Proof of concept. This is an implementation of a basic flask_socket server allowing clients to register with it and send it messages. The received messaged are displayed on localhost:5001

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published