Kystverket / IMO-Maritime-Single-Window

An IMO coordinated project developing a generic Maritime Single Window.
MIT License
28 stars 16 forks source link

server and client difference #99

Closed mgalil closed 4 years ago

mgalil commented 4 years ago

Hi bardlokas .. I can access client (localhost:4201) remotely but server (localhost:5000) only locally, is that only the difference between them, client for remote access and server for local access.

bardlokas commented 4 years ago

not sure i understand the question? What are you asking?

mgalil commented 4 years ago

what is the difference between client (localhost:4201) and server (localhost:5000), for me they are the same?

bardlokas commented 4 years ago

Please confer with the wiki

Technical Document

bardlokas commented 4 years ago

If you require technical support please email me instead: post@bardlokas.no

mgalil commented 4 years ago

sorry, you didn't understand me, I mean who will user sever interface and who is using client interface

bardlokas commented 4 years ago

It is described within the documents I provided

bardlokas commented 4 years ago

Short answer: Client project is for the developer. The entire client project is transpiled down to minified .js files located in the wwwroot directory of the server project when running the BuildFrontend.bat script. The server project is what is deployed and used by a user.