20c4791f543c5ecaf1c803c7458d9e763d897849
Implement a new custom HTML element 'chat-window' that initializes a shadow DOM, fetches the first available channel via RPC, displays its name in a header, and renders a message-list child element bound to that channel. Also includes initial debug logging of channel data and a test message send on connection.
Snek
Slack like chat application with focus on performance
This is a slack like chat application with focus on performance. Other slack-like applications became too heavy. My RocketChat just had an 'frontend' crash. Just an error from the system itself like it's the most normal thing in the world.
Running
At this point, there's nothing officially running but what you can do:
- Install the project:
make install - Run part of the project:
./venv/bin/python -m snek.app - Run other part of the project:
./venv/bin/python -m snek.models
Languages
Python
51.8%
HTML
28%
JavaScript
15.5%
CSS
4.6%