Posts by Leonardo Carvalho • 21 points
2 posts
-
0
votes1
answer51
viewsQ: Node.js for forwarding information from a third-party API
What I want to do with Node.js is basically LISTEN to an API (json) and process the results to send to multiple clients. Example: What I want to know is: This My VPS computer has to exist and run…
-
2
votes1
answer157
viewsQ: Mask with jQuery or HTML
The Mask I need is this: 0000000-00.0000.0.00.0000 As I type in the input it is filled from right to left preserving the right zeros until it reaches the character limit of this string. Examples:…