Closed kumavis closed 9 years ago
express has a nice drop in middleware https://github.com/troygoode/node-cors
You could probably enable CORS right now with the header middleware. Not super nice but I think it does the job.
ah yes that would work, thanks
it would be awesome if we could enable CORS support