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

Seperate ws from noebs #227

Open
mseltahir opened this issue Feb 1, 2023 · 1 comment
Open

Seperate ws from noebs #227

mseltahir opened this issue Feb 1, 2023 · 1 comment

Comments

@mseltahir
Copy link
Collaborator

I think we should separate ws from noebs and run it in another server; here's my reasoning for that:

  • The two services are not related to each other, and I think it's a bit "clean" if they were separated.
  • The ws requests would take bandwidth from the Sudatel server, while the bandwidth is more needed for EBS requests.
  • If we need to modify ws, we have to also modify its version in noebs go.mod file, which is just a pain if we do this every time.

I think we can spin any other server and run it there, but we need to figure out another way for authenticating users, since we would be giving up the authentication provided by noebs auth middleware.

@adonese
Copy link
Collaborator

adonese commented Feb 1, 2023 via email

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