how to build a multi User java application on several computers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how to build a multi User java application on several computers

How can i build a multi user java appliction Users should be able to use the application at the same time on several computers

12th Jul 2021, 4:48 AM
Arif Nasery
Arif Nasery - avatar
2 Answers
0
Arif Nasery Every application are by default multi user (if you don't have any security). You no need to do anything for it. If you want to test it on local environment then your computers should be in same network and using IP address you can access on another computer. Just run your application on 1 computer and then access it on another computer. You will be able to login on every computer with same login.
12th Jul 2021, 6:29 AM
A͢J
A͢J - avatar
0
for bigger project there is server software like Tomcat and framework like Spring boot that has all features and tools what you need. Then your code is running on server in container and communicate with other computers via some protocol or service
12th Jul 2021, 8:35 AM
zemiak