+ 1
php or go?
7 odpowiedzi
+ 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.
+ 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/
+ 3
This infographic explains it well
https://drive.google.com/file/d/1-55ww0e-6rDezwL5YSy-_NCc_8dLaJUr/view?usp=drivesdk
+ 3
Php is older but established. Go is still new and we can only guess how far it will go.
+ 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?
+ 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
+ 1
PHP. Go is faster though