Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back-end: Make socket server port configurable and environment dependent #302

Closed
OrAbramovich opened this issue Apr 20, 2018 · 3 comments
Closed
Assignees
Labels
Projects

Comments

@OrAbramovich
Copy link
Collaborator

The port of the socket server (which the server listens on) should be configurable and environment dependent.

@OrAbramovich OrAbramovich added this to the Mid Semester POC milestone Apr 20, 2018
@OrAbramovich OrAbramovich self-assigned this Apr 20, 2018
@OrAbramovich OrAbramovich added this to Backlog in Roommates via automation Apr 20, 2018
@OrAbramovich
Copy link
Collaborator Author

Estimated time: 0.5 hour.

OrAbramovich added a commit that referenced this issue Apr 20, 2018
Back-end: Made socket server port configurable and environment dependent
Back-end: Integrated the new socket server into our web application

This commit is the first phase of the new server module - sockets server. The purpose of the socket server is to deal with real-time messages sent between the front-end and the back-end.
The commit contains: the module itself (built on top of Socket.IO library), dependencies requirements in the package.json, configurable listen port for the socket server and the integration with our web application.

#294, #302, #303
@OrAbramovich
Copy link
Collaborator Author

Actual time: 0.25 hour.

@OrAbramovich
Copy link
Collaborator Author

Done.

Roommates automation moved this from Backlog to Done Apr 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Roommates
  
Done
Development

No branches or pull requests

1 participant