Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!

api/capability question re. simple chat room creation

Avatar

Level 1

Hi

I stumbled across cocomo this evening and it looks like it could save a lot of time but need to know something before investing in a lot of reading/playing about. I need to be able to create a public chat room on-the-fly that will permanently stay.

I don't want to manually create a room.

Does the SDK allow this? (sorry if its an obvious question).

The app is a bit like a CB radio where a web user can pick a channel in their own geographical location. e.g. members of a particular zip area get directed to a room. If the room for that zip does not exist then it's created...

If all users go away the room remains. Other users can jump in etc..

Is the capability there? Anyone know of any close examples I could use ?

Thanks in advance.

Kevin

2 Replies

Avatar

Employee

yes, we provide service API that you can call from a separate server that allow you to create and manipulate rooms.

we have libraries for a few languages (ruby, python, php, java, ColdFusion) so it should be pretty easy for you to implement what you describe.

Avatar

Level 1

thats great! just what i was looking for! Do you have a link to this API to check out?