I am learning angular.js and would like to have a backend to experiment with. What is the quickest/simplest backend I can setup on my development machine? Is it python cgi? I have Apache running.
A bit of context: I do plan an production application and started to do it in Django (I know a smattering) but I thought I would look at angular.js first. For the project, I will have to query a mssql database (I can do that with python). I hesitate to mix Django and angular -- seems like a wreck waiting to happen -- but maybe that is the best way to go.
I have used an ajax connection to a python cgi script in the past, so I thought that might be the simplest way to go. (Some encouragement here for Django: Angular JS and Django)
Too bad angular doesn't come with a simple backend! (or does it?)
Any suggestions?
PS: http://popdevelop.com/2010/03/a-minimal-python-websocket-server/ describes a websocket. Is that a possibility? (Looks neat!)