5 ms·
If you use your own server make sure you set the Access-Control-Allow-Origin header: https://github.com/defunkt/dotjs/blob/master/bin/djsd#L26 https://github.c
by defunkt 15y ago
If you use your own server make sure you set the Access-Control-Allow-Origin header:
https://github.com/defunkt/dotjs/blob/master/bin/djsd#L26 https://github.com/defunkt/dotjs/blob/master/bin/djsd#L26
(Also, Ruby comes with OS X (just like Python) so it seemed a sane choice.)
- reustle 15y agoBut Python comes with OSX and Ubuntu
- cdcarter 15y agoBut Ruby is the language the developer uses when doing something basic like this?
- reustle 15y agoPython usually, as far as I can tell. Either language is fine, I just think these things should be done in something that comes pre-installed on more systems.
- getsat 15y agoFeel free to fork the project and make it Python-based. defunkt works at Github and does most of his work in Ruby from what I can see.
- cdcarter 15y agoI mean, I knew Chris years ago and his language of choice was Ruby, and I don't think it's changed. Sure basic install-ability is great, but I bet you this tool was made to satiate an itch he had, and he used the tools he's used to. Little apps like these aren't engineered. Just hacks, for hacks sake.
- middus 15y agoInstalling ruby on Ubuntu is easy. Most users of this kind of extension would probably know how.