real time chat app in next.js
Answered
Pixiebob posted this in #help-forum
PixiebobOP
hey there, im looking to integrate a real time chat functionality to communicate between multiple users ( each in their own chat, no group chat) , what are the best options i have to use with next.js? they have a project already, i will just be building onto it, they currently are hosted on vercel.
6 Replies
your thing needs websockets
Answer
nextjs dosent have any native websockets feature on it
PixiebobOP
oh okay, i was instantly thinking socket.io websockets, but i realized i couldnt host it on vercel anymore if i did that
I guess you mean websockets?
gosh darn it!! yea my bad lmao
sorry :D