#Nest JS is very fast but No Note taking app build with this...Not sure why

20 messages · Page 1 of 1 (latest)

quasi flax
#

Nest JS is very fast but No Note taking app build with this...Not sure why

pliant axle
#

What?

gaunt thistle
#

?

quasi flax
#

Does anyone knows any note taking app built on nest js ?

pliant axle
#

NestJS is a Node framework. How would a note taking app work?

#

If there's a UI you either want electron (desktop app) or a web framework (angular, vue, astro, react, pick your poison). Nest would be the server side of things

quasi flax
#

@pliant axle I understand they are lot of open source already build with different back-end. That would be easy to be takne as front-end bu don't see though Nest.js is very powerful

pliant axle
#

I don't understand what you mean though. Nest is mostly used as a server side framework, and any old CRUD application would essentially be a Note taking server, right? It would handle the persistance of the data in a database, but there needs to be a UI for the interactivity with a user.

So please, be explicit in what you're looking for here, because I don't understand by "note taking app with NestJS"

quasi flax
#
GitHub

Privacy oriented, without vendor lock in note organizer, todo list desktop application. - GitHub - Ogefest/Notepack: Privacy oriented, without vendor lock in note organizer, todo list desktop appli...

GitHub

Simplenote for Web, Windows, and Linux. Contribute to Automattic/simplenote-electron development by creating an account on GitHub.

GitHub

Fast and beautiful note-taking app written in C++. Write down your thoughts. - GitHub - nuttyartist/notes: Fast and beautiful note-taking app written in C++. Write down your thoughts.

pliant axle
#

These are all UIs. Nest is not a UI framework, it's a NodeJS framework. You use it for servers, bots, CLIs, CRON jobs, but not UIs

#

Are you perhaps confusing Ne__s__tJS with Ne__x__tJS?

quasi flax
#

no. i undertstand it is a server. what i meant but interested if someone developed the same above front-end using nest js as back-end

pliant axle
#

Again, pretty much any CRUD app would be essentially what you need for that

quasi flax
#

if not that, hard...is it possibe for you to integrate one with nest js as POC?

#

to help new beginners and learns to create such apps

pliant axle
#

I mean, I could, but why? There's so many CRUD tutorials already, what's the need for one more that specifically notes instead of Tasks, or Todos, or a Bookstore?

quasi flax
#

don't find a mixed one basically which has vertical, horizontal and cleaner ui

pliant axle
quasi flax
#

Dataloader is a library to to get large number of sets in batching and vahing data

https://hygraph.com/blog/graphql-n-1-problem
https://medium.com/the-marcy-lab-school/what-is-the-n-1-problem-in-graphql-dd4921cb3c1a

My Understanding

Schema - What is the incoming request type
Resolver - Process the incoming request values and matches with schema
Execute resolver (N+1) based on the schema if dataloader doesn't exist. Execute resolver as per the number of it

Question: i saw several api's and execution happen in the resolver method. resolver calls the service method and service method calls repository and get the result.

a) i need to avoid N+1
b) how to calls service method apis if i need to with resolvers

please advise
How to solve the graphql n+1 problem

In this article, you'll take a closer look at the n+1 problem and what it looks like in GraphQL.

Medium

A crash course on a surprisingly common problem

modern fossil
#

what tf is this conversation lmao