RTC Forums
November 24, 2024, 04:58:30 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Login
Register
RTC Forums
>
Subscription
>
Support
>
Middletier messaging
Pages: [
1
]
« previous
next »
Print
Author
Topic: Middletier messaging (Read 4988 times)
Zoran
RTC Partner
Posts: 5
Middletier messaging
«
on:
June 05, 2012, 06:13:13 PM »
Hi Danijel
I made changes to your DB_Access demo server to communicate with NexusDB database. Most of the original code is still there. I added few new options, couple of functions, and NexusDB specific code. I'm still testing it, and plan to deploy in the next project (whenever it comes along).
I need to provide some very basic messaging between clients, only 4 functions:
- register client for messaging (when they login into database). Just client name (no password, no other data).
- unregister client (when they logout)
- get list of registered clients (everybody who is online at the moment)
- send short text message from one client to another
For example: ClientA logs into database and registers him with a messaging service. ClientB does the same. Both ClientA and ClientB look at the same database rows. ClientA changes something in the table. At this point I want to send a message from ClientA to ClientB and silently refresh ClientB's database grid (without him doing anything).
In the RTC_Messenger demo you have all the elements to do this, but it is very complex. I need very small portion of it - just basic 4 functions, no message display, no friend list, no ignore list, no windows to pop-up....
I was wondering does someone else have similar need for 'really-scalled-down' messenger? And do you have, besides digging into RTC_Messenger code, any suggestion how to get this functionality faster?
Thank you.
Best regards
Zoran
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: Middletier messaging
«
Reply #1 on:
June 05, 2012, 07:13:39 PM »
Hi Zoran,
the only thing I can suggest you is to take the back-end implementation of the RTC Messenger (Client and Server side), then remove the functions which you don't need and put a new front-end on top of that to accommodate your actual requirements.
Best Regards,
Danijel Tkalcec
Logged
Zoran
RTC Partner
Posts: 5
Re: Middletier messaging
«
Reply #2 on:
June 05, 2012, 07:24:10 PM »
Thanks, Danijel. That's what I've planned to do, but I was hoping for a faster (and less work) solution.
Best regards
Zoran
Logged
D.Tkalcec (RTC)
Administrator
Posts: 1881
Re: Middletier messaging
«
Reply #3 on:
June 05, 2012, 08:25:25 PM »
I'm afraid I don't have any other option for you. But if anyone else has source code whch they think would better suit your needs and which they are willing to share, feel free to exchange your E-Mails through private messaging and communicate directly.
Best Regards,
Danijel Tkalcec
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Dashboard
-----------------------------
=> General
=> 3rd-Party
=> Quick Start
-----------------------------
Subscription
-----------------------------
=> Support
Loading...