{"id":34699871,"url":"https://github.com/vhnam/serious-chat","last_synced_at":"2026-04-10T12:05:09.417Z","repository":{"id":84159579,"uuid":"39323403","full_name":"vhnam/serious-chat","owner":"vhnam","description":"The messaging website for Serious Youth.","archived":false,"fork":false,"pushed_at":"2015-10-01T17:16:37.000Z","size":340,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-04T05:21:11.363Z","etag":null,"topics":["express-js","node-js","research-project","socket-io"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vhnam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-19T05:23:18.000Z","updated_at":"2024-05-04T05:21:11.363Z","dependencies_parsed_at":"2023-03-01T08:00:18.832Z","dependency_job_id":null,"html_url":"https://github.com/vhnam/serious-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vhnam/serious-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhnam%2Fserious-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhnam%2Fserious-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhnam%2Fserious-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhnam%2Fserious-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhnam","download_url":"https://codeload.github.com/vhnam/serious-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhnam%2Fserious-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["express-js","node-js","research-project","socket-io"],"created_at":"2025-12-24T22:50:42.647Z","updated_at":"2026-04-10T12:05:09.413Z","avatar_url":"https://github.com/vhnam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serious Chat\n\n## Package Management\n* [npm](https://www.npmjs.com/) - Using for Server-side.\n* [Bower](http://bower.io/) - Using for Client-side.\n\n## Technology\n* [Express 4](http://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js.\n* [jQuery](https://jquery.com/) - The Write Less, Do More, JavaScript Library.\n* [AngularJS](https://angularjs.org/) - AngularJS is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVW, MVVM, MVC,...\n* [Angular Material](https://material.angularjs.org) - The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible UI components based on the Material Design system.\n\n## Middleware\n* [Express Handlebars](https://github.com/ericf/express-handlebars) - A Handlebars view engine for Express which doesn't suck.\n* [Rusha](https://github.com/srijs/rusha) - A high-performance pure-javascript SHA1 implementation suitable for large binary data.\n* [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) - JavaScript MD5 implementation. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.\n\n## Standard\n* Email - [RFC 5322 Official Standard](http://www.ietf.org/rfc/rfc5322.txt)\n\n## Config\nTo config database, open ```/config/config.json```.\n```\n{\n\t\"development\": {\n\t\t\"username\": \"root\",\n\t\t\"password\": \"\",\n\t\t\"database\": \"serious_chat\",\n\t\t\"host\": \"127.0.0.1\",\n\t\t\"dialect\": \"mysql\"\n\t},\n\t\"test\": {\n\t\t\"username\": \"root\",\n\t\t\"password\": \"\",\n\t\t\"database\": \"serious_chat\",\n\t\t\"host\": \"127.0.0.1\",\n\t\t\"dialect\": \"mysql\"\n\t},\n\t\"production\": {\n\t\t\"username\": \"root\",\n\t\t\"password\": \"\",\n\t\t\"database\": \"serious_chat\",\n\t\t\"host\": \"127.0.0.1\",\n\t\t\"dialect\": \"mysql\"\n\t}\n}\n```\n\n## Quick start\nInstall dependencies:\n```\nbower install\nnpm install\n```\n\nStart the server:\n```\nnpm start\n```\n\n## Contributors\n* Nam Vo Hoai \u003cvhnam2504@gmail.com\u003e\n* Hieu Le Hoang \u003chieu.gh@gmail.com\u003e\n\n## License\n[The MIT License](http://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhnam%2Fserious-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhnam%2Fserious-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhnam%2Fserious-chat/lists"}