Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8440845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:24:34+00:00 2026-06-10T08:24:34+00:00

I need to develop a web chat with one advanced feature: grouping chat –

  • 0

I need to develop a web chat with one “advanced” feature: grouping chat – like the Skype’s chatting system.

The theory is trivial, but in practice it is very hard. Since last friday I was thinking about this, but I have no idea of how I can apply this architecture. Basically I need a database’s design with a good structure without store redundancy.

Ok……. so far it seems simple, but now I’ll introduce our main feature: history by user.

I can create one chat with 2 users. Ok, two days passed and I want to add a third user to join the conversation. The chat’s history for him will be different: he will not be able to view old messages in that chat.

Wonderful, huh? Remember, friends: I can not use XML to store the history locally. I NEED to user a SQL Database. In my case, I’m using SQL-Server, from Microsoft.

Can you all understand my problem? If yes, isn’t trivial, huh? Ok. Can someone think how I can solve this problem? I’m going crazy!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T08:24:35+00:00Added an answer on June 10, 2026 at 8:24 am

    Actually the problem is trivial. Storing it in XML would be the real problem.

    • Users (UserId, Name)
    • Chat (ChatId, ChatName)
    • ChatParticipation (ChatParticipationId, UserId, JoinChatMessageId, LeaveMessageId)
    • ChatMessages (ChatMessageId, ChatId, UserId, Message)

    By adding the ChatParticipation table you will know exactly which is the ChatMessageId at which the user joined the chat (JoinChatMessageId) and don’t show him messages prior messages. LeaveMessageId can track when he left the chat room. Multiple join/leaves can be modeled as separate participation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to develop a live chat application, to allow Web users to
I need to develop a web application with the following requirements: Desktop like UI
I need to develop a web site where I upload videos using the youtube
I need to develop a easy web site, I usually use bootstrap CSS framework,
I develop various web apps, use CSS and JavaScript extensively, and need to be
I am trying to develop a web application for which I need to capture
I'm planning to develop a web service, i need to use in memory cache,
I should to develop a web-application in php for a firm, and I need
I'm going to develop a java web start application, which need to access protected
I need to develop a lightweight web application, it will: have a simple webgui

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.