Code Monkey home page Code Monkey logo

Comments (4)

yosuke-furukawa avatar yosuke-furukawa commented on August 13, 2024

I need more information.
How large is your data? and what type is your data ex. image/video/json??

Node.js is suitable push mechanism like Server sent events/websocket bidirectional data transportation.
And Node.js can detect file changes easily. if some files are changed, Node.js can push those changes to other applications.

from help.

kulinchoksi avatar kulinchoksi commented on August 13, 2024

Thanks Yosuke for reply.

Data is related to products/articles.
Can have around 50k Json objects (approx 20-25 MB) for article updates.

Stock update is in CSV file - size approx 190KB

Price update API gives around 50k json objects.


I need more information.
How large is your data? and what type is your data ex. image/video/json??

Node.js is suitable push mechanism like Server sent events/websocket
bidirectional data transportation.
And Node.js can detect file changes easily. if some files are changed,
Node.js can push those changes to other applications.


Reply to this email directly or view it on
#9 (comment)
#9 (comment).

from help.

yosuke-furukawa avatar yosuke-furukawa commented on August 13, 2024

@kulinchoksi
It seems to be a little bit heavy. Node.js can be handle JSON object, but JSON.parse is sync API.
IF you need to handle lots of push notifications, you need to use JSONStream instead of native JSON.

I know some cases to create push architecture by Node.js. Every cases consider to avoid sync API and avoid stop EventLoop.

If you try and you get some problems, feel free to ask those problems in here.

from help.

Knighton910 avatar Knighton910 commented on August 13, 2024

closing for now, reopen to pursue further

happy coding ✅

from help.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.