node-vue-chat
node-vue-chat copied to clipboard
:rocket: :stars: Real Time Chat Application created with MEVN Stack
I think being able to post images in the chat room would be an interesting use case with a lot of extra particularities on frontend to think about
i uses this link: localhost:8080 , i get this issue: Cannot GET /
- For SEO purposes, having SSR Implemented would be nice - Allows for a quicker TTFB (Time to first byte) and faster client interaction times
Add refresh tokens so the user can still continue using the app after the jwt token expires
Application could use some performance enhancements Identify performance improvements and implement For example: - Lazy Loading Routes / Dynamic Imports
Change folder structure design to work using one package json file at the root Allows for less clutter and more cleaner file structure and dependency management
Hi, I was wondering if you have any plans to incorporate real-time texting support into the application. We've actually developed typing indicators specifically for text applications like yours. You can...
When running: `npm run start`, I get the error: `npm ERR! Missing script: "start"`