Hiya, I started out NodeJS just over Thanksgiving last year and it was pretty straight forward. I started out here: https://nodejs.org/en/ Also in order to accelerate development, there may be existing SDks to help with what you are looking for. To write a simple server(either HTTP or websocket), check out Socket.IO(it has both a client end and a server end). Check out also https://www.npmjs.com/ to search for a wide variety of existing packages. Hope this helps.
Saheed. On Thursday, February 4, 2016 at 9:38:32 PM UTC-6, Dieter Stubler wrote: > > 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/1893cbd7-692d-438c-86a1-02ea8fe73165%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
