Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 504 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 504 Bytes

Nest.js SSR React App with WebRTC

This repository contains a project written in Nest.js that launches a React application using server-side rendering (SSR). The application is a simple implementation of WebRTC.

Getting Started

To run the project, first install the dependencies:

npm install

Then, start the code:

npm run start

This will launch the Nest.js server and serve the React application with SSR.

Enjoy exploring the WebRTC implementation in this project!