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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:27:45+00:00 2026-05-28T08:27:45+00:00

Is it safe to do something like this in Node.js/Express.js? // use Object.create(null) so

  • 0

Is it safe to do something like this in Node.js/Express.js?

// use Object.create(null) so we don't have to worry about key collisons
// see http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/
var theHash = Object.create(null);

exports.store = function (req, res) {
   key = getUniqueKey();
   theHash[key] = req.param('val');
   // finish the request, &c.
}

exports.retrieve = function (req, res) {
   res.end(theHash[req.param('key')]);
}

Basically, I’m building a short-lived short URL service, and this seemed like an easy and fast way to do it. Items are removed from the hash every 24 hours so it can’t get to large. Is this safe, or do I need to use a database of some sort?

  • 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-05-28T08:27:46+00:00Added an answer on May 28, 2026 at 8:27 am

    If you want tips (as per comments), then yes, this is poor design, but not specifically wrong.

    You would be better suited to use Redis for this, an in memory key=>value store. What you have done isn’t wrong though, but you rightly notice that it feels “dirty” to keep your keys locally( for several reasons, but crucially if node dies, you lose everything).

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

Sidebar

Related Questions

i need a thread safe map, i have something like this: (i'm very new
Are Django middleware thread safe? Can I do something like this, class ThreadsafeTestMiddleware(object): def
Is it safe to use something like this to ensure that a directory isn't
I have a simple question about .net delegates. Say I have something like this:
I'm using express.js with EJS templates and i'm trying to do something like this:
I have a class which looks something like this: public class Test { private
I'm trying to build an object that looks something like this: public class MyObject
I was wondering if something like this, is safe in Zend: $db = Zend_Registry::get('db');
I am thinking about something like this: public static <T extends Comparable<T>> T minOf(T...ts){
I have a case statement that goes a little something like this: case @type

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.