/buzz-talk-seprated-version-

a social media website with real time live chat

Primary LanguageJavaScriptMIT LicenseMIT

You need to deploy the front side in a React server and the backend in a Node.js server separately to ensure a clean separation between the client and server logic. This allows the React app to handle user interface interactions while Node.js manages the API, database, and server-side processing. By decoupling these layers, you improve scalability, performance, and maintainability of the application