8

I am new to node js and trying to publish a RESTful web service with it. I found few tutorials online but they are not very explanatory or meant for advanced users.


I did check rectify framework. But it seems to appropriate for advanced Node JS users.

2 Answers 2

3

You might benefit from taking a look at a few of the frameworks that are out there that make that sort of thing easier.

Take a look at express.js or hapi.js and see how they build routes, etc.

How new are you to RESTful services in general?

Sign up to request clarification or add additional context in comments.

4 Comments

Fairly new. Know it conceptually. Mostly worked on SOAP services
Thanks. Can you point out a tutorial to learn restify step by step?
No, sorry. Perhaps a more general Node or Express tutorial would be more suitable to get the hang of how Node/Express work; restify isn't all that different, and has pretty good documentation.
After the fact, but worth reading Martin Fowler's blog regarding the Richardson Maturity Model - martinfowler.com/articles/richardsonMaturityModel.html
0

restify and loopback seems to be a better framework option for REST API's in node.Again it all depends on your use case when selecting a framework. If you want to create something very simple and high performant write your API with native node.js modules only .

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.