mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #541] Separate Controller and Server #303
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HeroCC on GitHub (Oct 11, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/541
Hello!
I was wondering if it would be possible to separate the Server from the management controller. For example, I want to host the server from someplace else, but be able to configure and manage clients from another computer (laptop, personal desktop, etc). This would make management easier and make the program more modular. If there is already a way to do this, instructions would be great.
Thanks!
@MaxXor commented on GitHub (Oct 13, 2016):
It's on the todo list, I will publish a roadmap for quasar soon.
@0xE232FE commented on GitHub (Oct 18, 2016):
Thats a cool idea! I am really excieted you make a Roadmap!
@pabx06 commented on GitHub (Oct 19, 2016):
hi. I think that a server that can have slave server (just connection forwarding)
for building tree of server
@TommyWhite commented on GitHub (Oct 26, 2016):
Guys, for these purposes it would be better develop ASP.NET server, also think how to deploy it with MONO.
Then admin it via site with adaptive html. In this passion it will be cross-platform.
@life-coder commented on GitHub (Mar 15, 2017):
I have been thinking of looking into this, but then. How will connections be provided? (when using applications)(maybe also an android client? (Xamarin?)) Should access over tor be available? How will the authentication go? ASP.NET and a webportal? Great idea, but how should it be implemented? Remote webserver? Local webserver? OWIN?
@TommyWhite commented on GitHub (Mar 16, 2017):
Hello,
The main idea that you dont have to write client for android, windows, mac
os, etc. because service will be running on HTTP server.
.NET has cross platform technology
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api
.NET Core API
So web server has REST API and it uses itself for creating HTTP view.
Since you RAT will be running on HTTP server it will be convenient to
access it over web with tor, proxy, vpn. But for mobiles HTML should be
addaptive.
Did you catch the main idea ?
2017-03-15 14:39 GMT+02:00 matteke-games notifications@github.com:
--
З повагою, Артем Москалець