I want to develop a CMS and I need a good routing system for Node.js.
I don’t have any predecisions and I’m open any advice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Express
express has a rock solid router build into it. It’s got a lovely DSL syntax
Director
Director is an awesome standalone router that is part of Flatiron
Your own
For a lightweight codebase spinning up your own router using regular expressions is really easy