3

I'm programming a desktop application that's proprietary. On my server, it will run application with the AGPL (Affero General Public License). Server app will process the data that will come through the API (part of the server application) and return the modified data using JSON. I do not plan to edit the server application anyway.

So I want to ask whether it is possible to develop a proprietary desktop application that will work with server API, do not break the license? It's necessarily publish the source code of my desktop application?

1
  • What is the AGPL-licensed server backend in question? Commented Sep 18, 2017 at 16:48

1 Answer 1

3

So I want to ask whether it is possible to develop a proprietary desktop application that will work with server API, do not break the license? It's necessarily publish the source code of my desktop application?

These are separate programs. The server-side may need source code redistribution in some cases (at least when modified). The desktop application would not.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.