Configure STUN and TURN on My Windows localhost and Linux Server - node.js

i am creating live video streaming application using webRTC , so i need to create my own ICE servers.
i have googled 2 days to find out proper steps for configuring ICE server on my windows localhost to test it out my application , but not able to find it.
please help with any reference or link or video where i can find steps to follow or package to install for ICE server.
if am wrong anywhere please let me KNOW.
thanks in advance.

Related

How to deploy several react apps in a node.js server VPS hostinger server

lately I've been doing a website with an admin panel using react, and I would like to deploy the website in a VPS that I bought from hostinger that haves CentOs7, and I don't know how to deploy it as in my PC i only do npm start and opens into a local server, well now I would like to open in directly in my domain with the VPS server, please I need the help, I've been struggling for over 3 days to solve this problem but I don't know how to.
I already installed Nodejs in the server I just don't know what to do next.
I tried reading lot of articles and watching YT videos but noone helped me, or the ones that were kinda usefull I didn't understand them.

I need a NodeJs Open Source Server to Download and Run on Windows NodeJS Server

I have a question on NodeJs. I am developing a customer application that needs to send some SMS notifications to my clients. Now I am looking for an open source NodeJs SMS server that will allow my application to send SMSs to my customers. Please suggest any working open source SMS server that supports NodeJs. Please I have tried to search around I have heard of RapidSMS and Kannel while Kannel have a very long documentation which is hard to understand. I need one that supports NodeJs and works on windows server/ but it can be Linux if thats the case. Thanks in advance.
As long as you are using npm you should be able to use any of the following providers: (Does not matter whether you run it on Windows Server or Linux)
https://www.nexmo.com/
A free option to try out: https://www.codementor.io/nicks/send-a-tex-sms-using-node-js-a084719np

JSreport and NodeJS, How to generate report using jsreport on nodejs without server?

I am working on a project, where my application need to generate a report. So I searched for the library that generate report for me and I got "JSreport". Then I started to dig that to get dirt with that.
Now, my requirement is that the application which I'm gonna develop has to be stand alone, but as per my understanding with JSreport, it needs a server to generate a report(i.e. my application has to communicate with the server of JSreport to generate the report), but my application has to work offline. So I am worried about it.
Is there a way to make it work offline without any server? If so, please help me to come-out of this. Or please suggest me a good report generating library that will satisfy my requirements.
Note: My application gonna be with nodejs and electronjs, so please suggest the libraries related to those languages.
Thanks in advance!
You can try set up a local JSReport server from you application.
You should be able to communicate with it sending requests to localhost:${port}. It doesn't require to have internet connection.
See https://jsreport.net/on-prem

Deploying Sails to a standard web server (Windows)?

Today I discovered Sails and have been watching a few tutorials. One thing I can't seem to work and find out is how to deploy it to a standard web server, like for example via an FTP client. I've seen the tutorial on how to deploy it to a Heroku account, but this isn't really what I'm after, as we already rent a Windows 2012 server.
I've got a feeling I'm completely missing something here, so can someone please help me out :)
Many thanks
You can transfer all files via FTP to your Webserver (include all node-modules).
But you have to make sure NodeJS is installed on your server. Than login into your Server (e.g. via SSH) and start your Sails-App (node app.js)

jar file from j2me won't instal on my phone. Any idea why?

Today, I tried to install my first j2me file (jar file) on my phone, but I am getting the error below. Can any of you kindly explain me why and how I can fix this network error or what else I need to instal on my mobile. Basically, it is a demo sms application I got it from netbeans. I wanted to install on my mobile to try it as I need to develop a similar thing for my coursework. Thank you guys.
ERROR MESSAGE: "application cannot be installed. requires the use of a particular network resource to listen for network information. This network resource it's not supported on this device."
I found the answer, maybe someone else need it. the problem is that the network provider on the phone restricts this type of communication, we needed to have the url of their port or number of the provider "stations" to be able to install and run on my mobile. As I don't have that, I can just build my application and run from netbeans to demonstrate how it works.

Resources