Skip to content

A python web-server built using AioHttpd and SocketIO to server information to a web page. The server is automatic and send data to front-end, front to back and so forth. Application can be placed on a small office network and used as a communication tool on various devices.

Notifications You must be signed in to change notification settings

macbaseSoftware/pythons-naked-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pythons-naked-server

How to run the server in development:

export FLASK_DEBUG=1 flask run

How to run in production:

  • A dockerfile has been created
  • Build the container
  • Run the container with container port 1999:5000

About

A python web-server built using AioHttpd and SocketIO to server information to a web page. The server is automatic and send data to front-end, front to back and so forth. Application can be placed on a small office network and used as a communication tool on various devices.

Topics

Resources

Stars

Watchers

Forks