{"id":16387866,"url":"https://github.com/dotmpe/nodejs-express-socketio-seed","last_synced_at":"2026-01-15T22:15:32.006Z","repository":{"id":17377771,"uuid":"20149722","full_name":"dotmpe/nodejs-express-socketio-seed","owner":"dotmpe","description":"NodeJs + Express + Socket.IO  seed project","archived":false,"fork":false,"pushed_at":"2025-07-25T10:33:33.000Z","size":313,"stargazers_count":0,"open_issues_count":17,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-25T16:46:40.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/dotmpe.png","metadata":{"files":{"readme":"ReadMe.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2014-05-25T08:10:49.000Z","updated_at":"2015-04-12T07:28:33.000Z","dependencies_parsed_at":"2024-04-19T05:28:42.547Z","dependency_job_id":"67ef08db-ca2f-41ad-9437-9924d1365481","html_url":"https://github.com/dotmpe/nodejs-express-socketio-seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotmpe/nodejs-express-socketio-seed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fnodejs-express-socketio-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fnodejs-express-socketio-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fnodejs-express-socketio-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fnodejs-express-socketio-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotmpe","download_url":"https://codeload.github.com/dotmpe/nodejs-express-socketio-seed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fnodejs-express-socketio-seed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-11T04:27:47.020Z","updated_at":"2026-01-15T22:15:31.984Z","avatar_url":"https://github.com/dotmpe.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"NodeJS Socket.IO Seed\n=====================\n:version: 0.0.2\n:package status:\n\n  .. image:: https://gemnasium.com/dotmpe/nodejs-express-socketio-seed.png\n     :target: https://gemnasium.com/dotmpe/nodejs-express-socketio-seed\n     :alt: Dependencies\n\n  .. image:: https://secure.travis-ci.org/dotmpe/nodejs-express-socketio-seed.png\n     :target: https://travis-ci.org/dotmpe/nodejs-express-socketio-seed\n     :alt: Build\n\n:repository:\n\n  .. image:: https://badge.fury.io/gh/dotmpe%2Fnodejs-express-socketio-seed.png\n     :target: http://badge.fury.io/gh/dotmpe%2Fnodejs-express-socketio-seed\n     :alt: GIT\n\nSeed project for NodeJS+Express.\n\nWorking\n  - Basic structure and configuration for extendible Express app.\n    No specs are written except the running code w/ comments.\n\nWanted\n  - View-Controller metadata TODO: spec\n  - Schema metadata, migration, validation at structure and datatype level.\n\nSee below for details, and `Branch docs`_ for work in process.\n\n:XXX: angular client integration either goes or does something together with express-client\n:XXX: loose the src/dotmpe too, move stuff to lib/\n:XXX: should set-up master again to something without experiments\n:XXX: there aren't any tests\n\nTree docs\n---------\nconfig\n  - any local settings, in static or script format. Should provide examples and\n    defaults later.\n\npublic\n  - the www-data build directory, mounted at config.urls.base\n\napp\n  - deprecated, moving to src/node/dotmpe\n\nlib\n  TODO\n\nsrc\n  node\n    - local NodeJS code\n\n    dotmpe/express-seed\n      - bootstrap for Express. \n        Beginning of some Express-MVC framwork\n        with other modules in dotmpe/\n\n    dotmpe/x-bookmarks\n      - re-using some old code to test Express-MVC\n        see also project:node-htdocs\n\n    dotmpe/project\n      - TODO Express-MVC module to deal with projects\n\n    dotmpe/npm-project\n      - TODO Express-MVC module to interact with other npm projects\n\n    dotmpe/browser\n      - For a really minimal extension module with custom route/page and AMD\n        client module.\n\n\nBranch docs\n-----------\nmaster [*]_\n  - Initial project structure, documentation.\n\n  f_bootstrap\n    - Going to dust off my own Du stylesheets and get bootstrap components and\n      layout into the picture.\n\n  f_clientbuild\n    - Testing Grunt or Delinting.\n    - Found r.js optimizer a bit tempramental. So using require.js\n      at client side only.\n    - Removed modulr, but may want to do lazy eval later again.\n    - Started jade-requirejs-client to experiment with metadata driven pages,\n      and to think some about resource representations and navigation.\n    - TODO: stylus compiler.\n\n  f_ext\n    - Get an extension framework going at the backend with plugin modules.\n\n  f_orm\n    - Added Knex ORM, and WarehouseJS for Backbone REST access to ORM.\n    - Play with backbone client. Look at MarionetteJS maybe.\n\n  feature\n    - Merging all features with exmaple modules here.\n      To keep master clean. Should hand-pick generic changes to master.\n\n\n----\n\n.. [*] Current branch.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fnodejs-express-socketio-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotmpe%2Fnodejs-express-socketio-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fnodejs-express-socketio-seed/lists"}