可以使用哪种编程语言编写社交网络(例如 facebook 或论坛)?
我想建立一个带有一些新想法的社交网络。我想知道可以用哪些编程语言、社交网络或论坛来编写? 谢谢 。
I wanna make a social network with some new ideas . I wonder with which programming languages , social networks , or forums can be written?
thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可以使用多种语言。一些更流行的包括 PHP 和 ASP.NET。
There are a wide variety of languages that could be used. Some of the more popular ones include PHP and ASP.NET.
我建议查看 elgg。它是一个流行的开源引擎,为社交网络提供动力。我相信它利用了 LAMP,即 Linux、Apache、MySql 和 PHP。
I would suggest looking into elgg. It's a popular open source engine that powers social networks. I believe it leverages LAMP, which is Linux, Apache, MySql, and PHP.
任何可以用一种图灵完备语言编写的东西也可以用其他所有图灵完备语言编写。由于我们所认为的“编程语言”中的绝大多数都是图灵完备的,这意味着它们几乎可以用任何编程语言编写。
Anything which can be written in one Turing-complete language can also be written in every other Turing-complete language. Since the vast majority of what we think of as "programming languages" are Turing-complete, this means that they can be written in pretty much any programming language.