Hi, Currently we have an old style web frontend to our schedulix Open Source Enterprise Scheduling System.
I'm thinking about to use nodejs as backend for our redesigned SPA GUI. What i need is a webservice which will run on nodejs serving as a command executor of schedulix statements on our server backend. The webservice should get statement, hostname and port of our backend as well as username and password. to connect to the scheduling server via tcp to execute the command retrieve the rsesults and give it back to the SPA. The question is not how to do socket io and json etc. I just need a starting point or a hint to a resource example or sometjing else showing me how to implement a webservice in general. Sorry if the question is quite silly but googling didn't helped me out so far. Regards Dieter -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/9c20f2df-1c17-49f3-b0e2-13a4e80a4f8c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
