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

4.0.0 #257

Merged
merged 21 commits into from
Apr 16, 2019
Merged

4.0.0 #257

merged 21 commits into from
Apr 16, 2019

Conversation

oznu
Copy link
Member

@oznu oznu commented Apr 16, 2019

  • The code base has been refactored
  • Client side changes include:
    • Swapped from ui-router to @angular/router for page routing
    • Now using socket.io for WebSockets
    • Split code into modules
    • Lazy load modules on demand
  • Server side changes include:
    • Swapped from Express to the Nest.js framework with Fastify
    • Swapped from ws to socket.io for WebSockets - while I do prefer to use the ws library, the syntastic sugar provided by Socket.io simplified the code base
    • Split code into modules
    • Packaged code is now combined with Webpack, this should reduce startup times on slow I/O systems like the Raspberry Pi

@oznu oznu merged commit d2c5781 into master Apr 16, 2019
@oznu oznu deleted the next branch May 3, 2019 12:47
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