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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T17:36:53+00:00 2026-06-18T17:36:53+00:00

What I want I want to create a login script using Nodejs. At the

  • 0

What I want

I want to create a login script using Nodejs. At the moment I am considering using sockets or ajax posts.

What I have

I have installed Nodejs, and used this code.

What I tried

I began with a simple Ajax post. I used jQuery for this and I serialized the form. This worked but sometimes it has some delay or it was slow.

So I thought maybe sockets is a better way to communicate with the server and back to the client.

Now I’m facing the problem that I can’t use serialize() anymore (damn I loved that serialize() function).

So now I have to use json in my client, getting the 2 input values (email and password), make an object called obj, add the values and use socket.emit('login', JSON.stringify(obj, null, 2))

In my server I have

socket.on('login', function(data){
   data = JSON.parse(data)
   if(data.email === 'em@il.com' && data.password === 'secret')
        // return true
   // return false
})

Now the problem is that I am unable to let my client know if the credentials are correct.

I could do this by using another emit but I think this would be overload.

Can’t I just use return true or maybe socket.send(true)?

Anyone have the same problem? Or maybe the solution to my problem?

Thanks!!

  • 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-18T17:36:54+00:00Added an answer on June 18, 2026 at 5:36 pm

    Well, dude, it smells like it wont be the only function that you will call from your client. So you should start designing your API.

    If you send JSON from client, then the most honorable thing to do from the server is to return JSON. I would use socket.send.

    A basic OK response would look like this:

    { "Status" : true }
    

    A basic Error response would look like this:

    { "Status" : false, "Message": "Login or password not valid" }
    

    If in the future you need to return data to your client, then the same basic entity might be used you just need to add more attributes to it and read it in the client.

    { "Status" : true, Data: { /* data here */ } }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i am new to smartGWT . i want to create auto login using j_security_check
I am new In ASP.NET, I want to create to Login Form using Membership
I want to create a simple login functionality in WP7 app using remote MySQL
Hi I want to create a WCF service that have login method, which is
I want create a script in selenium IDE using html. I am not able
Using the MediaWiki maintenance script called dumpBackup.php I want to create an XML dump
I want to create an automate login for github push to repository script in
I have the following script that I want the production guys to execute using
I want to create login and password fields same as in facebook app for
How can I create my own login form on frontend? I don’t just want

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.