Skip to content

Container module in rethinkdb example #1

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

Closed
justingreenberg opened this issue Feb 24, 2015 · 2 comments
Closed

Container module in rethinkdb example #1

justingreenberg opened this issue Feb 24, 2015 · 2 comments

Comments

@justingreenberg
Copy link

Thank you for the hard work :) I think it would be awesome if the rethinkdb server and angular client examples worked with one another—ultimately is that your goal w/ this repo?

Is it possible to commit an example of the container module and associated config referenced in rethinkdb/app.js? container.resolve() seems to be responsible for creating the closure that bootstraps app.js...

var container = require('./container');
@jmdobry
Copy link
Member

jmdobry commented Feb 24, 2015

Thank you for the hard work :)

Thanks, but I barely started on these examples. You're free to look, but there's a lot more to be done and it all needs to be documented.

I think it would be awesome if the rethinkdb server and angular client examples worked with one another

They do, that's how I've been running the app. Things are a little hard-coded right now, but eventually you'll be able to plug and play examples via config. I haven't figured out how yet, but maybe something like grunt start:angular-rethinkdb or grunt start:firebase-sql to automatically start various combinations of the examples.

Is it possible to commit an example of the container module and associated config

haha oops, like I said, I just barely started. That file didn't make it into the commit...

I will do a little more work on it right to make these initial examples more complete.

@justingreenberg
Copy link
Author

Thanks for the quick reply—totally understand these are brand new. I like the idea of using grunt tasks. I'll put aside some time to contribute once I understand the angular/rethinkdb example architecture. It'd be great to see what the root gruntfile.js you're working with looks like also, if possible! Looking forward to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants