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

Remake using WebSockets #39

Merged
merged 19 commits into from
Jul 22, 2020
Merged

Remake using WebSockets #39

merged 19 commits into from
Jul 22, 2020

Conversation

gridhead
Copy link
Member

Remade the Sanctuary using WebSockets. This brings down the memory utilization from 4MB (Socket.IO) to a bare 128KiB (WebSocket object) while maintaining the same operations that were appreciated earlier. The UI has been reworked with the help of AdminLTE (replacing the previously used UIKit) and a lot of clutter was removed from the code. The flow of operation was further streamlined with the extensive use of Javascript and with the removal of needless views/controller code. The database was also removed to prevent even the slightest of logging attempts.

@gridhead gridhead self-assigned this Jul 22, 2020
@gridhead gridhead merged commit 5f8f45d into master Jul 22, 2020
@gridhead gridhead deleted the remake-using-websockets branch July 24, 2020 12:16
@gridhead gridhead added the enhancement New feature or request label Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kick feature for everyone Provide continuous tracking for chatroom properties
1 participant