Is it possible to create compiled WEB programs?

Asked

Viewed 43 times

1

In the case of programming for WEB, it is possible to develop systems for WEB using compiled programming languages such as C++, for example? Or to WEB only dynamic languages are accepted? If possible, which compiled languages can be used to create applications WEB?

  • 4
  • 2

    It is possible to develop for Web with compiled languages, but I do not know if it is possible to make a list of languages that allow this even pq if reading the answer of the other question can see that somehow any language can be used to develop Web, Only some of them aren’t built for it and it’ll give you a lot of work to adjust to. Maybe it’s a duplicate.

  • 1

    Yes, but depending on the language, it will be up to you to implement the HTTP protocol via socket, so that your application can communicate with the browser.

  • 2

    Almost anything with socket support serves to make page server, email, websocket, ftp, etc. (and understand that already answered in It is possible to develop websites with C/C++? - the question is from C, but the answer covers what was asked)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.