php or go? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

php or go?

15th Mar 2020, 12:40 PM
Михаил Кропотов
Михаил Кропотов - avatar
7 Answers
+ 5
Things you have to consider 1. Cost: Hosting a Go site costs more than hosting a PHP site. 2. Speed: Go sites are usually faster. It is also easier and faster to code Go. 3. Program requirements: If your program require a lot of multi-threading etc. Use go. 4. Go has more support as it is created by google.
15th Mar 2020, 12:59 PM
Ore
Ore - avatar
+ 4
Golang Tutorial Guide – A List of Free Courses to Learn the Go Programming Language https://www.freecodecamp.org/news/golang-tutorial-list-free-courses-learn-go-programming-language/
15th Mar 2020, 1:18 PM
Calviղ
Calviղ - avatar
15th Mar 2020, 12:52 PM
Ore
Ore - avatar
+ 3
Php is older but established. Go is still new and we can only guess how far it will go.
15th Mar 2020, 1:36 PM
Sonic
Sonic - avatar
+ 2
Other things to consider include: Customer requirement:- some clients will specifically request a software project to be done in their own desired programming language pertaining to the needs of the kind of project they are working on. While some customers may have no clue of the kind of technology you're using and want to enjoy specific software features, others will demand that you use a particular programming language. If your customer demands that you write the software in Go will you argue that it is PHP you will use?
15th Mar 2020, 1:17 PM
Michael Solomon
Michael Solomon - avatar
+ 2
Go has bright future, even Kubernetes, the most famous containerized application deployment tool uses Go to build the master server. Get to know why we should use Kubernetes to make automating deployment here. https://www.sololearn.com/post/264753/?ref=app
15th Mar 2020, 2:13 PM
Calviղ
Calviղ - avatar
+ 1
PHP. Go is faster though
17th Mar 2020, 10:10 AM
Ayooluwa Aduwo
Ayooluwa Aduwo - avatar