DEV Community
Follow
How I developed a Real-Time Micro Social App (Kcee Chatify)
Kcee Chatify is a new real-time micro-social platform enabling users to post messages to a public feed instantly. The project was built using fundamental web technologies including HTML, CSS, Vanilla JavaScript for the frontend, and Node.js with Express for the backend. SQLite was employed as the database, with the frontend hosted on Netlify and the backend API on Render. The developer is seeking feedback on the live application after learning valuable lessons in handling requests, database management, and deployment.