node.js - nodejs python or twisted -


i'm new web development , going make website responses data received request web-service(facebook e.g.) , how choose more useful here:

  • nodejs has callback model allows not wait while gathering data user other services (but i've broken fingers , brain after trying make kind of class in javascript inheritance , whole server drops after unhandled error in script)
  • python convinient in working diff. kinds of data, it's more convinient me, former c++ developer
  • yesterday i've read twisted python uses callbacks

help me please choose use, better - performance, simple code

the callback model might make code more verbose wait! there solution! check out waitfor.
anyway, if it's personal project no 1 forcing use node.js webapp development.you should go makes more comfortable. if developing in python go it! :)


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -