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

refactor(indexer): split io server and indexer #49

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

adamazad
Copy link
Collaborator

  • Updated addSocketComms to accept a single mongooseModels parameter, simplifying the function signature.
  • Enhanced the startIoServers function to initialize both HTTP and WebSocket servers with improved parameter handling.
  • Refactored the startIndexing function to utilize the new mongooseModels structure, promoting cleaner code and better maintainability.
  • Improved logging for server availability, ensuring clearer output for developers.

These changes enhance the modularity and readability of the codebase, laying the groundwork for future enhancements.

…ization

- Updated `addSocketComms` to accept a single `mongooseModels` parameter, simplifying the function signature.
- Enhanced the `startIoServers` function to initialize both HTTP and WebSocket servers with improved parameter handling.
- Refactored the `startIndexing` function to utilize the new `mongooseModels` structure, promoting cleaner code and better maintainability.
- Improved logging for server availability, ensuring clearer output for developers.

These changes enhance the modularity and readability of the codebase, laying the groundwork for future enhancements.
@adamazad adamazad merged commit 6ed08ff into development Dec 12, 2024
1 of 2 checks passed
@adamazad adamazad deleted the chore/split-io-server-and-indexer branch December 12, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant