Our architecture consists of several backend (non-service) services and applications that send data to our system through the ServiceStack service located in asp.net - this is currently a stand-alone ProjectProject project containing our necessary services / repositories / DTO following the structure all provided ServiceStack samples .
Now that our backends are complete, we are developing our two interface requirements, consisting of a web application and our own mobile application. For a web application, I would really like to continue using ServiceStack with the Razor plugin to create layout / views of applications from our existing DTOs, for our mobile application we will only rely on ServiceStack for authentication and data - since this is its native layout / view will come from it own SDK.
Can I leave my standalone ServiceStack as is and:
- Create a standalone web application project that authenticates against our existing standalone ServiceStack service and uses the Razor Browser Plugin?
- Do our native mobile application clients authenticate with the same standalone ServiceStack?
Most examples, i.e. RazorRockstars I saw that you have services built into the web project, so I'm not sure if this distributed installation type is supported. Any recommendations or feedback on this subject are welcome!
rest architecture servicestack
mmacneil007
source share