{"id":20120588,"url":"https://github.com/gunantos/express-io","last_synced_at":"2026-04-27T16:32:37.403Z","repository":{"id":157523541,"uuid":"526555962","full_name":"gunantos/express-io","owner":"gunantos","description":"Simple websocket with Express","archived":false,"fork":false,"pushed_at":"2022-08-21T13:42:16.000Z","size":150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T03:05:55.524Z","etag":null,"topics":["express","javascript","node","nodejs","npm","socket","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gunantos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-19T10:07:07.000Z","updated_at":"2022-09-11T08:04:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"594e6ae3-8360-4b67-95c6-1de9e6f76b65","html_url":"https://github.com/gunantos/express-io","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gunantos/express-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunantos%2Fexpress-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunantos%2Fexpress-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunantos%2Fexpress-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunantos%2Fexpress-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gunantos","download_url":"https://codeload.github.com/gunantos/express-io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gunantos%2Fexpress-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","javascript","node","nodejs","npm","socket","websocket"],"created_at":"2024-11-13T19:21:30.328Z","updated_at":"2026-04-27T16:32:37.382Z","avatar_url":"https://github.com/gunantos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![APP KITA Logo](https://github.com/gunantos/express-io/blob/main/logo.png)](http://app-kita.com/)\n\n  Fast, unopinionated, minimalist web framework for [node](http://nodejs.org).\n\n  [![NPM Version][npm-version-image]][npm-url]\n  [![NPM Install Size][npm-install-size-image]][npm-install-size-url]\n  [![NPM Downloads][npm-downloads-image]][npm-downloads-url]\n\n```js\nconst expressio = require('express-io')\nconst app = expressio()\n```\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/).\n\nBefore installing, [download and install Node.js](https://nodejs.org/en/download/).\nNode.js 0.10 or higher is required.\n\nIf this is a brand new project, make sure to create a `package.json` first with\nthe [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).\n\nInstallation is done using the\n[Working with the npm registry](https://docs.github.com/articles/configuring-npm-for-use-with-github-package-registry/):\n\n```console\n$ npm install @gunantos/express-io@0.0.1\n```\n\nInstall via package.json:\n```package \n\"@gunantos/express-io\": \"0.0.1\"\n```\n\n## Features\n\n  * Robust routing\n\n## Quick Start\n\n\n  Install dependencies:\n\n```console\n$ npm install @gunantos/express-io@0.0.1\n```\n\n  create src/index.js\n  ```nodejs\n  const expressio = require('express-io')\n  const app = expressio();\n  expressio.start()\n  ```\n\n  Start the server:\n\n```console\n$ npm start\n```\n\n  View the website at: http://localhost:5000\n\n## Contributing\n\nSee the [Contributing Guide](Contributing.md) for more technical details on contributing.\n\n### Security Issues\n\nIf you discover a security vulnerability in express-io, please see [Security Policies and Procedures](Security.md).\n\n### Running Tests\n\nTo run the test suite, first install the dependencies, then run `npm test`:\n\n```console\n$ npm install\n$ npm test\n```\n\n## People\n\n[List of all contributors](https://github.com/gunantos/express-io/graphs/contributors)\n\n## License\n\n  [MIT](LICENSE)\n\n[npm-downloads-image]: https://badgen.net/github/dependents-pkg/gunantos/express-io\n[npm-install-size-image]: https://badgen.net/github/license/gunantos/express-io\n[npm-version-image]: https://badgen.net/github/tag/gunantos/express-io\n[npm-url]: https://github.com/gunantos/express-io/packages/1604552\n[npm-install-size-url]: https://packagephobia.com/result?p=express-io\n[npm-downloads-url]: https://npmcharts.com/compare/express-io?minimal=true","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunantos%2Fexpress-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgunantos%2Fexpress-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunantos%2Fexpress-io/lists"}