0
Any ideas to create simple js apps?
5 Respuestas
+ 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.
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.
0
I don't know webRTC (API).
I ve read about it a minute ago.
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.
0
FireChat or the serval mesh are android app which are doing what you want...