neerajkr007
neerajkr007
@jarretttaylor I have the same issue. what I'm trying to do is send chunks of data from one user(host) to 2 or more users(all connected through simple-peer) and after some...
@OmarAflak i know this might be a really silly question but how do i use const fs = require('fs') in client side it gives an error saying require dosent exist
@OmarAflak im using nodejs aswell but const fs = require('fs') in client side it gives an error saying require dosent exist "require" works fine for the app.js
yea i meant a javascript code served on a webpage. so is there any possible way to send files from a client(a webpage) to another client (webpage) through a node...
@OmarAflak what I want to do is stream a local video from a client(again a webpage) to another through a node server is it possible ? currently I'm using simple-peer's...