Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
I am just starting out with programming and I am wondering what is the best language for a program that would be on a closed loop server that can be updated and send messages via the web.

What I have tried:

I am currently doing research on the subject
Posted
Updated 30-Apr-17 9:52am
Comments
[no name] 30-Apr-17 15:25pm    
Choose a programming language and then select a project more suited to your skill level.

1 solution

That isn't an application for anyone "just starting out with programming" - you need to get the basics sorted out long before you attempt anything that complex.
Having said that, there is no "best language" for any project - it will always depend on the languages the development team are competent in, as well as the environment the application is to run in. Learning a new language can be relatively trivial - the syntax of C# can be learned in an afternoon for example - but becoming competent in it can take months, or even years in some cases due to the complexity of the framework it depends on.

So pick a language that your course covers and learn that well, practicing everything as you go. And don't try to run before you can walk!
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900