Skip to content

flathub/com.github.bcedu.valasimplehttpserver

Repository files navigation

VServer

Main page: https://github.com/bcedu/ValaSimpleHTTPServer

VServer opens an http server in the desired folder. Very usefull to share files in a easy and fast way. Do you have a film in the computer and you want to watch it on the mobile phone? Just start Vserver in you computer and go to the given link with the mobile phone, you will have the film right there!

  • Start an http server through a clean and minimalist gui.
  • Use the command line options to start an http server through the console (type "com.github.bcedu.valasimplehttpserver --help" to learn more).
  • Choose the port where vserver listens through the gui.

VServer is "inspired" in the well known python SimpleHTTPServer.