Kannaj / 42EXP

Find teams to work together with on projects
https://42exp.com/
Other
21 stars 7 forks source link

Remove client socket from global variables #25

Closed Kannaj closed 7 years ago

Kannaj commented 7 years ago

Socket is declared as a global var in client -> index.js file as a fix for server-rendering client files.

Kannaj commented 7 years ago

Added a rate-limiter to throttle socket calls.

Can be found in /server/utils/rate-limiter.js