+ 6
[DUPLICATE] Sololearn made by which language?
where can I get clone ?
5 Answers
+ 26
I believe the website and API are in .NET, probably C#. They may be using native languages for the mobile apps because they seem to have different release cycles. I'm not completely certain though.
+ 14
Luka's answer in one of these threads were removed because he deactivated his profile, but IIRC he decompiled the app and found that it's Java.
https://www.sololearn.com/Discuss/325785/?ref=app
https://www.sololearn.com/discuss/371157/?ref=app
https://www.sololearn.com/Discuss/260240/?ref=app
+ 10
BTW... I use a Chrome extension called What Runs, which is a pretty cool tool for getting a report on all detectable technologies identified on a website.
Here is the shareable link for "what runs" www.sololearn.com:
- https://www.whatruns.com/website/code.sololearn.com
The same information regarding the server can be detected when viewing the response headers via Chrome inspector tools:
Programming Language
- ASP.NET 4.0.30319
Web Server
- IIS 8.0
Operating System
- Windows Server
-------------------------
Response Headers for:
- https://www.sololearn.com/Discuss/1201075/sololearn-made-by-which-language
--------------------
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/8.0
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Mon, 09 Apr 2018 23:09:36 GMT
Content-Length: 31631
+ 6
The headers on the website indicates ASP.NET / IIS
0
Im pretty sure the website is developed in PHP, Although im not sure about the apps.