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 8889577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T22:17:43+00:00 2026-06-14T22:17:43+00:00

I am creating an app for my capstone project in college. This app will

  • 0

I am creating an app for my capstone project in college. This app will be used as a check-in app that lets the user keep track of appointments and actually check-in for their appointment using their phone.

I am using node and mongodb to create appointments, and for the user to find businesses using the app. The only problem I am having at the moment is establishing the link between the app and the website the businesses will use to monitor check-ins. I figured that I would probably be using socket.io for this. I have yet to implement socket.io into the app because I am still trying to wrap my head around how to implement this connection.

What I would like to do is have an event handler on the check-in button on the app, and when the user tries to check-in have it send a “notification” to the website. Does anyone have an tips on how I would implement this?

  • 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-14T22:17:45+00:00Added an answer on June 14, 2026 at 10:17 pm

    Socket.IO is exactly how you do this. You really should do the demo application on the Socket.IO homepage, as it is exactly what you are looking for.

    Basically, when the check-in button is pressed, just do something like:

    socket.emit('checkin', { /* put data, like an ID, in this object */ });
    

    On the server:

    socket.on('checkin', function (data) {
        // Your data passed will be in the data var
    });
    

    Socket.IO serializes all of the data and what not for you. Just emit. That’s all there is to it.

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

Sidebar

Related Questions

I am creating an app that will point a simple arrow in the direction
When creating an app that will run on iPad and iPhone, how does the
I'm creating an app that will have a fair amount of users. Everytime someone
I am creating an app which will be used to upload images to a
I am creating a app wherein user shares some information. This data i am
I am creating an app in C# where the user enters their name and
I am creating an app that is a ticket sales system. On the checkout
I am creating an app that allows users to create and apply for jobs.
I'm creating an app that should list the date and time when a button
i am creating app which would download and save files, than user could use

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.