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

Default to using port 3000 for backend, otherwise prompt user #29

Open
brylie opened this issue Mar 13, 2021 · 0 comments
Open

Default to using port 3000 for backend, otherwise prompt user #29

brylie opened this issue Mar 13, 2021 · 0 comments
Assignees

Comments

@brylie
Copy link
Member

brylie commented Mar 13, 2021

Our default deployment scenario is to deploy both the client and backend code to the same server. The client will be served via the standard HTTP port(s) while the backend will use port 3000 by default.

We don't want the end-user to think about ports or sub-domains unless necessary.

By default then, the client code should attempt to connect to a backend on the same server address at port 3000. Only in the case where the client cannot connect to a backend on the same server at port 3000 should the user be prompted for connection details.

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

No branches or pull requests

2 participants