Which language is best for non-powerful server | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Which language is best for non-powerful server

I want to serve a web app, but want effective language for low powered servers. also the security of lang need to be high

24th Jun 2018, 4:46 PM
Programmer Rushikesh
Programmer Rushikesh - avatar
6 Answers
+ 3
Still, something like Node.js or Django or Spring or Laravel or Rails or ASP or Phoenix or really anything will be able to scale to only (yes, only) 1000 users. Considering your skills, I'd suggest trying Node.js, which is a bit harder to start with, though it's totally worth it because you can write much more than just webservers with it. Alternatively, you can try Laravel, for PHP.
25th Jun 2018, 12:25 PM
LunarCoffee
LunarCoffee - avatar
+ 2
Even if your laptop isn't that great, it should be able to handle more than enough requests. So, use anything you're comfortable with, I guess. I like Node.js with Express.js, but Java and Spring, C# and ASP, PHP and Laravel, and Python and Django are some other widely used options.
24th Jun 2018, 5:48 PM
LunarCoffee
LunarCoffee - avatar
+ 2
bcoz the application will be used by 1000+ users simultaneously, and i am finding cost effective resources.
25th Jun 2018, 7:54 AM
Programmer Rushikesh
Programmer Rushikesh - avatar
0
using my own laptop as a server
24th Jun 2018, 4:48 PM
Programmer Rushikesh
Programmer Rushikesh - avatar
- 1
Curious: Why low-powered servers?
24th Jun 2018, 4:47 PM
Janning⭐
Janning⭐ - avatar
- 1
In that case, use C. Happy coding! :)
24th Jun 2018, 4:53 PM
Janning⭐
Janning⭐ - avatar