|
|
|
|
|
by tim333
2927 days ago
|
|
While I'm not expert, node goes faster and makes real time stuff like instant messaging easier. Like for example I had a look at hackthon starters in rails, django and node and the node one has this cool dashboard https://hackathon-starter-2018.herokuapp.com/status I think stuff like that is hard to do in rails. Also I was trying to do instant messaging in web2py and gave up and just wrote a service in node which was like 10 lines with express/socket.io. Pragmatically I think it may be easiest to write the main app in rails of similar and link to a separate bit of node for stuff like the above. |
|