2
votes
1answer
66 views

Looking to optimize Node.js Chat service

I've built a simple chat server/client on Node.js and socket.io that I would like reviewed. My main concern is making the chat.js (client) running as cleanly as possible (OO) and streamlining data ...
1
vote
1answer
73 views

object oriented Node.js class RiddleInfo.js

So I am trying to make a Object oriented Node.js class for store information about riddles. Please feel free to be harsh as possible. Would love to hear your ideas about how to make this class better! ...