Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sockets #3001

Open
1 task done
beliboba opened this issue Oct 1, 2024 · 1 comment
Open
1 task done

Sockets #3001

beliboba opened this issue Oct 1, 2024 · 1 comment

Comments

@beliboba
Copy link

beliboba commented Oct 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

Are sockets still in sanic? Only mention i found is here

Describe the solution you'd like

sockets.

Additional context

meow

@Tronic
Copy link
Member

Tronic commented Oct 21, 2024

The documentation at readthedocs is outdated. You will find current documentation at sanic.dev

UNIX sockets can be used by sanic --unix or app.run(unix="sanic.sock"), so you don't need to handle sockets directly anymore.

There's no separate documentation page on it, but it is mentioned in
https://sanic.dev/en/guide/running/running.md#running-sanic
https://sanic.dev/en/guide/deployment/caddy.html#advanced-configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants