Photon-CI / Photon

An open-source .NET task platform designed for pipeline-as-code automation.
http://photon.ci
GNU General Public License v3.0
5 stars 5 forks source link

Refactor Communication library out of Framework library #20

Closed null511 closed 6 years ago

null511 commented 6 years ago

The core framework library (Photon.Framework) should not be dependent on the TCP messaging library (Photon.Communication). An application remoting proxy has been implemented to move the messaging work into the library project (Photon.Library), so it can be shared by the applications and external to the users isolated application domain.