I am not experienced with web and node.js development.  I encounter a 
problem that i am not clear how to solve it, and need your help

I need to implement:
(1) display real-time information from client requests, and data quantity 
is small. Angular.js and SPA is enough to deal with
(2) display historical information from client requests, and data is large. 
I am not sure whether it's more feasible to specifically deal with other 
than Angular.js and SPA.
(3) REST interfaces to fetch json data. both for tests and verification.  

Question:
so here requests are passed to different routers. For example, client 
requests for real-time information are passed to AngularJS router.
REST requests are transferred to router for RESTs, and requests for 
historical information are passed to specific handler.


How to implement a router in this situation. some code demonstration may be 
better.

Thank you


-- 
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/391d295f-098c-492d-af2f-423e79af5fe2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to