You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Wed, Feb 1, 2023, 11:46 AM Mohammed Salah ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#227>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJ2GND5V5MX5UVNVRIWABDWVIWGNANCNFSM6AAAAAAUNPWI74>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I think we should separate ws from noebs and run it in another server; here's my reasoning for that:
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.
The text was updated successfully, but these errors were encountered: