Skip to main content

All Questions

Tagged with
0 votes
1 answer
358 views

How do different technologies connect to form a web stack? [closed]

I am a little confused, is it possible to implement a front end using common languages like html, css and javascript and then do server side processing using a language of your choice, say python or ...
Michael James's user avatar
2 votes
1 answer
418 views

Should I separate a web api from the webserver?

Lets say I'm building a site similar to this or Quora (or some arbitrary blog-like site). I need a real-time component that will be using web-sockets/long-polling to notify the user of new posts, ...
midnight_commander's user avatar
3 votes
2 answers
4k views

Web Services as a Back end [closed]

I am contemplating a direction to take an application. The application is written in PHP which implements a MVC framework. Some of my clients will require web services. I was thinking even building ...
Apothan's user avatar
  • 39