Search found 2 matches
- 04 Feb 2015 18:52
- Forum: RaZberry
- Topic: node.js, server-side API and websockets...
- Replies: 10
- Views: 13411
Re: node.js, server-side API and websockets...
You could use the JSON interface, like I do, and put up your own server on the same/different hardware. OK, but how do you do it? Via HTTP request and localhost? Thats the only way I figured out till now but as far as I know it's not possible with that method to bind callback functions? Seems you o...
- 04 Feb 2015 12:01
- Forum: RaZberry
- Topic: node.js, server-side API and websockets...
- Replies: 10
- Views: 13411
node.js, server-side API and websockets...
Hi, since yesterday I am playing with this nice piece of work - and it really is working, I can control all my devices. But I expected a little more, hopefully its just because I don't know better: - I wanted to make my own node.js server, because of different reasons, for building my own infrastruc...