Posts by Ygor • 31 points
3 posts
-
1
votes1
answer254
viewsQ: Cut audio with javascript
People need to cut an audio in the client-side and send the "cut" bytes to Nodejs. Is it possible? How can I implement?
-
1
votes0
answers162
viewsQ: How does hybrid app that runs on Node.js work?
How the back-end issue works with Node.js in a mobile app? You can use the Phonegap Build service that compiles my application for the desired platform (Android or iOS for example). But what about…
-
1
votes1
answer138
viewsQ: How to handle my app routes with Express
Guys, I’m using a framework for the front of my app. He keeps listening and whenever you click on a link he returns the page via Ajax request. Note: I am using Angularjs. With Angular I can treat…