{"id":13395122,"url":"https://github.com/kennetpostigo/lwt-node","last_synced_at":"2025-10-01T03:30:29.837Z","repository":{"id":72537364,"uuid":"96658021","full_name":"kennetpostigo/lwt-node","owner":"kennetpostigo","description":"Reason Implementation of Node.js API  ✨🏎🚀✨","archived":false,"fork":false,"pushed_at":"2018-03-13T14:03:00.000Z","size":772,"stargazers_count":220,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-13T16:55:30.704Z","etag":null,"topics":["lwt","lwt-node","native","node","reason","reasonml"],"latest_commit_sha":null,"homepage":"https://kennetpostigo.github.io/lwt-node/","language":"OCaml","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/kennetpostigo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null}},"created_at":"2017-07-09T03:09:09.000Z","updated_at":"2024-10-28T12:56:44.000Z","dependencies_parsed_at":"2023-05-24T11:30:14.801Z","dependency_job_id":null,"html_url":"https://github.com/kennetpostigo/lwt-node","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/kennetpostigo%2Flwt-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennetpostigo%2Flwt-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennetpostigo%2Flwt-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kennetpostigo%2Flwt-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kennetpostigo","download_url":"https://codeload.github.com/kennetpostigo/lwt-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234817669,"owners_count":18891450,"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":["lwt","lwt-node","native","node","reason","reasonml"],"created_at":"2024-07-30T17:01:42.752Z","updated_at":"2025-10-01T03:30:24.512Z","avatar_url":"https://github.com/kennetpostigo.png","language":"OCaml","funding_links":[],"categories":["OCaml"],"sub_categories":[],"readme":"![lwt-node](website/static/img/readme.png)\n\n\u003cp style=\"margin-top: 20px;\" align=\"center\"\u003e\n  \u003ca href=\"http://npm.im/lwt-node\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/lwt-node.svg?style=flat-square\"/\u003e\n  \u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/kennetpostigo/lwt-node\"\u003e\n    \u003cimg src=\"https://travis-ci.org/kennetpostigo/lwt-node.svg?branch=master\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://opensource.org/licenses/MIT\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/l/lwt-node.svg?style=flat-square\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nlwt-node, a [reason](https://github.com/facebook/reason) implemention of the [node.js](https://github.com/nodejs/node) API.\n\n## Install\n\nFirst you need to install [esy](https://github.com/esy/), Sandboxed and project based installations that share build artifacts and builds, for lightning fast installations and incremental builds:\n\n```bash\nyarn global add esy\n\n# OR with npm\n\nnpm install --global esy\n```\n\nThen go ahead and add lwt-node to your project with esy:\n\n```bash\nesy add lwt-node\n```\n\n## Usage\n\nSee https://github.com/kennetpostigo/lwt-node-starter\n\n## Documentation\n\nSee https://kennetpostigo.github.io/lwt-node\n\n## Contributing\n\nSee [Contributing.md](https://github.com/kennetpostigo/lwt-node/blob/master/CONTRIBUTING.md)\n\nMissing or yet to be implemented API's are documented with compile-time warnings, are noted in the documentation and are listed in [Future.md](https://github.com/kennetpostigo/lwt-node/blob/master/Future.md). If you'd like to help contribute, please open a pull-request, no code needed! We'll try to help steer you in the right direction!\n\n**building**\n\n1. Clone the project\n2. Run `esy install`\n3. Run `esy build`\n\n**testing**\n\n```\nesy make test\n```\n\n**Running commands**\nIf you want to run commands that work directly on the project, you must always prefex them with\n`esy x` in order to run the command in the sandboxed environment.\n\n## Attribution\n\nlwt-node would not be possible without all the hard work from the maintainers\nand contributors of of lwt. lwt-node is powered by lwt and the ocaml standard lib.\nLwt provides a battle tested promise implementation and async operators. If you love lwt-node\nI recommend showing love to the [lwt project](https://github.com/ocsigen/lwt).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennetpostigo%2Flwt-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennetpostigo%2Flwt-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennetpostigo%2Flwt-node/lists"}