Last active
January 20, 2024 13:24
-
-
Save gdlmx/c31fbcc156d09876131cec278002cb04 to your computer and use it in GitHub Desktop.
HTTP over UNIX domain sockets
Python
- https://github.com/Pylons/waitress
- http://docs.gunicorn.org/en/stable/deploy.html
- https://stackoverflow.com/questions/21650370/setting-up-an-http-server-that-listens-over-a-file-socket
- https://emalsha.wordpress.com/2016/11/22/how-create-http-server-using-python-socket/
Node.js
- https://nodejs.org/api/http.html#http_server_listen_path_callback
- https://www.npmjs.com/package/unix-socket
Go
Ruby
General
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment