-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutor client-side in the browser #59
Comments
The idea is to use YQL as a proxy using queries in the form:
Tutor would send this query to Yahoo in the form of an Ajax request (thanks to CORS). Yahoo would then kindly fetch the Gatherer document and provide its body to us in full. The tricky part is using browserify to make Tutor run in both environments (server and browser). I've made a start on this, but it's a long way from finished. |
Cool, I figured it was the 'request' module that was causing the issues as that was about as far as I got adding it into a browser page before things really blew up. |
We'll need to use jQuery.ajax to make requests from the browser. |
Hey David, si this still on? How can I help you? |
My priorities are as follows:
Most of Tutor's code will apply in both contexts, but certain areas will require special treatment. There are two tasks:
|
Well, I'll see what I can do about it. I am excited to see it running on the browser. Keep up the good work. Tutor is great! |
I wanted to check where this was at? I can take a look at it and help out with a pull request. I don't have a lot of stats on GitHub as the projects I work on are covered by NDAs so I wanted to get a fun open source project to work on and this looks like it could be a lot of fun. |
Thanks for your interest, @GixGosu. I haven't been actively developing Tutor, as I've directed my attention towards other open-source projects. If you're interested in working on this, I'm certainly happy to discuss ideas and provide feedback. :) |
Sounds good! I'll start working on it over the next few days when I'm not working and see what I come up with and reach out to you when I have a good idea of where I can go with it. |
Excellent! |
I know that the ability to run tutor client-side is on the roadmap somewhere. I'm just curious how this would happen. Given a little direction/ideas and free time, I'd be happy to try and tackle this.
The text was updated successfully, but these errors were encountered: