I have a b4j web server to demonstrate the potential of my web application to attract new customers. This is easy to do.
I wonder if it's a good idea to add to this website my web application (several google map javascript api with several markers {+3000})
I'm also wondering, how to separate clients that have multiple users. I thought of creating subdomains for each client like this
client1.domain.com
client2.domaine.com
And so on.
However, on the b4j web server, how to redirect the subdomains for the right clients.
Is it possible to create folders for each subdomain?
I appreciate all your advice and experience.
I wonder if it's a good idea to add to this website my web application (several google map javascript api with several markers {+3000})
I'm also wondering, how to separate clients that have multiple users. I thought of creating subdomains for each client like this
client1.domain.com
client2.domaine.com
And so on.
However, on the b4j web server, how to redirect the subdomains for the right clients.
Is it possible to create folders for each subdomain?
I appreciate all your advice and experience.