Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Separate client from server #90

Open
monuelo opened this issue Feb 11, 2020 · 0 comments
Open

Separate client from server #90

monuelo opened this issue Feb 11, 2020 · 0 comments
Labels
code quality enhancement New feature or request good first issue Good for newcomers

Comments

@monuelo
Copy link
Owner

monuelo commented Feb 11, 2020

Description

We currently have two apps on this repo.

  • The client, where the user inputs the commands that will be sent to the server to execute.
  • The server, that handles the requests and runs the commands on bash

They're a little coupled and it doesn't give us so many benefits.

Expected solution:
These applications should run separately, to give us some new features:

  • We can have many clients for one server.
  • A client can choose a server to connect.
  • The client will be scalable

If that issue is completed, maybe we could move the client to another repo.

@monuelo monuelo added enhancement New feature or request good first issue Good for newcomers code quality labels Feb 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
code quality enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant