Any ideas to create simple js apps? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Any ideas to create simple js apps?

7th Sep 2016, 7:51 AM
zmn
5 Answers
+ 1
You can use nw.js or electron... I m using web2exe (builder for nw.js) to create my webapp. It will create binaries for you app for windows, Linux, Apple system... I think there's other way to do that.
7th Sep 2016, 8:14 AM
Tama Lebarbu
Tama Lebarbu - avatar
0
@Tama, what do you think about webRTC? Maybe I will create webRTC app for rescue team. So they can use it to communicate when no wifi available. localhost to localhoat devices.
7th Sep 2016, 8:37 AM
zmn
0
I don't know webRTC (API). I ve read about it a minute ago.
7th Sep 2016, 8:52 AM
Tama Lebarbu
Tama Lebarbu - avatar
0
You ll need to learn many thing before made a webRTC app. You ll need to create a server/client app, and create an access point. Howto use each API or framework which could help. For server/client you should look at node.js. And like I have typed before you should use nw.js. Which is build with node.js. You can find webRTC API too on google. But you will have to learn how to use it in your js code. My app is only a client which use a website API. Using Ajax to request to server.
7th Sep 2016, 9:27 AM
Tama Lebarbu
Tama Lebarbu - avatar
0
FireChat or the serval mesh are android app which are doing what you want...
7th Sep 2016, 9:48 AM
Tama Lebarbu
Tama Lebarbu - avatar