I’m fairly sure that
socket.io will take care of some of the session stuff? Like it keeps track of
socket.id’s even when using http polling, I think. A major thing I see currently is supporting both web-based clients and non-web-based clients. At least I’m having trouble getting both operating at the same time. I’ve tried configuring CORS. At least what Google AI says; I’ll look to what
socket.io documentation says.
I’m still using unencrypted http for prototyping, hopefully, I’ll do something with secure web sockets.
This might end up as just a demo app that I make a video from. What I kind of want to do is write a docent app for curating VRML from 4000+ examples. Or storing relevant links for a slide sharing app.
It’s a way of “streaming” curated URLs, but currently, I’m stuck on getting the client search (ambient authority) working at the same time as the web client.
I fully understand that I do not want arbitrary search clients attached to my
socket.io server.
The plan in the longer term is for the web-client to provide the search client a capability, so the web client can confirm it made the search request from the search results, which will include the capability. So the web client gives the search client the ability to populate a list of VRML URL results on the web client.
The main idea is to curate these examples:
It’s a great resource, there’s just a lot of it.
Sigh!
John
You received this message because you are subscribed to the Google Groups "cap-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cap-talk+u...@googlegroups.com.