System that runs within the nextjs application
Unanswered
Willow shoot sawfly posted this in #help-forum
Willow shoot sawflyOP
I need a system that runs inside my nextjs v15 app. This system is in nodejs with ts and is connected to a web socket updating data from the database in real time with every event received. How can I create this?
5 Replies
if you have some api code, use api routes, or just keep it as seperate service and connect next frontend to that
Willow shoot sawflyOP
ok
i just create one function and call in layout.tsx XD
Dutch
it depends on your project scale, there are times even one backend isnt enough