-
Notifications
You must be signed in to change notification settings - Fork 0
Before Starting Development
Before we begin, let's take it easy. Start small, identify some simple design, and build on-top of that. Find what is most important for us to develop (there is no wrong answer). If you prefer doing the front end first because it helps you think of new ideas, more power to you. If you feel building the agent or server is more your speed, start there.
With our simple understanding of a c2 we can work towards a more complete application. Like mentioned before, c2 is merely a client server application with a bit more bells and whistles. Start with the take it easy approach, develop a simple solution and progress from there.
Here's an idea, allow the agent to make fetch calls to the server, from the server accept these calls and push them to the client (or have the client reach out to the server for events).
