Base solution for your next web application
Open Closed

SPA and webapi service separation #2170


User avatar
0
hkcf created

HI,

Now, I use the framework to develop the web application which includes webapi and angularJS. Logically, webapi would be server side and angularjs is client side.

Is it possible to separate the webapi and angularjs in two projects instead of one ? if so, how do we do? I think it would help us to release the software more flexible as we are planing to apply the docker in our the part of Application Lifecycle Managemen .

Thanks in advance!

Ivan Lee


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    This is possilbe bot not easy :), we are currently doing this for our angular2 version. You can download ASP.NET Core version from our website and take a look at it's structure.

    This might not be easy for doing your existing project, but we can help you on the way if you face problems.