Skip to content
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

Programmatically create bots #234

Open
ccotter opened this issue Apr 25, 2013 · 1 comment
Open

Programmatically create bots #234

ccotter opened this issue Apr 25, 2013 · 1 comment

Comments

@ccotter
Copy link
Member

ccotter commented Apr 25, 2013

Bots can only be created if they are defined in the cowebConfig.json file.

It may be desirable to create bots programmatically, so this issue is a placeholder for a new feature.

@JonathanReifer
Copy link

Would be very desirable to have this feature. Right now I'm using bots to serve content (that is then used in a dojo store) from a database based on a query. When the client subscribes to a particular layer of information I would like to dynamically create the Bot if it doesn't already exist. Because of the large number of different queries the users can request data for and that new queries can be dynamically create in the system I'd like to be able to create the matching bots programmatically.

While this functionality could be made entirely in one bot, I'd rather have separate ones so that I can take advantage of the acl functionality with the DefaultSessionModerator ( limiting users with the canClientSubscribeService ) as well as only sending clients data that they requested.

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