Any one know a free host support websockets
Answered
Asian black bear posted this in #help-forum
Asian black bearOP
i build a first websocket with my next.js project and shocked after this vercel not support websockets so i need to find something is free and support a websockets is there something like what i want
15 Replies
this just provides you with real time APIs and SDKs
@Yi Lon Ma https://ably.com
https://pusher.com
or you can host your app on
https://render.com
https://fly.io
Asian black bearOP
ill try render
@Asian black bear ill try render
render shuts down your application after few mins of inactivity so beware of startup times
I'm using next api route not express server can i use
https://pusher.com/
?@Asian black bear I'm using next api route not express server can i use https://pusher.com/ ?
pusher provides you with a client and server sdk
so instead of connecting to your api, you connect to pusher/ably and instead of creating your own socket server, you send events to pusher/ably using their sdk
Asian black bearOP
oh i see
lets try and read these things
Asian black bearOP
@Asian black bear [tutorial](https://youtu.be/eyQLhjycIkg?si=ZL8T3yQo6BM3N3sZ)
https://pusher.com/
Asian black bearOP
Sorry for @Yi Lon Ma i just mention a links for tutorial but all thanks goes to
YI Lon Ma
