Socket.io Hosting

Is it possible to host a full stack website with using the socket.io back end framework in netlify or is netlify only front end?

@BusterSenior If it requires running your own server with node.js, then no.

Back-end functionality is achieved on Netlify with Serverless Functions (AWS Lambda’s).

1 Like