Test connectivity for the web service: Difference between revisions

Jump to navigation Jump to search
m
 
Line 34: Line 34:
Using alternative web services if the Python or Node.js was installed
Using alternative web services if the Python or Node.js was installed


* (for python 3.x) {{kbd | key=<nowiki>python -m http.server <port></nowiki>}}<ref>[https://docs.python.org/3.8/library/http.server.html?highlight=http%20server#module-http.server http.server — HTTP servers — Python 3.8.1 documentation]</ref>
* (for python 3.x) {{kbd | key=<nowiki>python -m http.server [port]</nowiki>}} (default port: 8000)<ref>[https://docs.python.org/3.8/library/http.server.html?highlight=http%20server#module-http.server http.server — HTTP servers — Python 3.8.1 documentation]</ref>
* (for Node.js) {{kbd | key=<nowiki>npx http-server -p <port></nowiki>}}<ref>[https://github.com/http-party/http-server http-server: a simple static HTTP server]</ref>
* (for Node.js) {{kbd | key=<nowiki>npx http-server [-p port]</nowiki>}} (default port: 8080)<ref>[https://github.com/http-party/http-server http-server: a simple static HTTP server]</ref>


== Test connectivity for the local web service ==
== Test connectivity for the local web service ==

Navigation menu