{"id":24118381,"url":"https://github.com/fantasyui-com/message-server","last_synced_at":"2025-02-28T15:43:34.184Z","repository":{"id":44881592,"uuid":"131987044","full_name":"fantasyui-com/message-server","owner":"fantasyui-com","description":"Beautiful, minimalist stateful server for converting internet into a list of messages with title, body, comments, and read/unread states. [Web Application, Server, Proxy, UI]","archived":false,"fork":false,"pushed_at":"2025-01-13T19:16:21.000Z","size":367,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T07:48:00.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasyui-com.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-05-03T11:45:56.000Z","updated_at":"2025-01-13T19:16:22.000Z","dependencies_parsed_at":"2024-04-22T20:32:25.249Z","dependency_job_id":"2b241de9-666a-4833-a12d-fe5b2b7c0147","html_url":"https://github.com/fantasyui-com/message-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fmessage-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fmessage-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fmessage-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fmessage-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasyui-com","download_url":"https://codeload.github.com/fantasyui-com/message-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176614,"owners_count":19922732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-11T08:19:23.877Z","updated_at":"2025-02-28T15:43:34.167Z","avatar_url":"https://github.com/fantasyui-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# message-server\nBeautiful, minimalist stateful server for converting internet into a list of messages with title, body, comments, and read/unread states.\n\nMessage Server is similar to RSS readers, but it is wrapped around SQL storage.\nSimple and standard SQL queries tower over feature requirements, for the purpose\nof supporting multiple client interfaces, and message daemons.\n\n## Message Daemons\n\nSimple SQL centric structure makes for simple local daemons that can inject new\nmessages by simply running an INSERT query. No CRUD, no HTTP, nothing special.\n\nIt is of some note that a message daemon should query the database to see if\nit should scrape and inject more messages. For example a HN scraper can keep an\neye on unread HN message count,  should it find the message count is low it will\nfetch more (below a preset threshold scrape more).\n\n## Multiple Client Interfaces\n\nMessage server outputs HTML by default but JSON can be requested by appending\n.json to the URL. Client interaction revolves around fetching data, and\nlater sending back lists of GUID/s of messages to be marked as read.\n\n## Notes\n\n### NOJS\n\nPrimary interface does not require JavaScript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fmessage-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasyui-com%2Fmessage-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fmessage-server/lists"}