{"id":26600731,"url":"https://github.com/atilmohamine/izem","last_synced_at":"2026-04-16T03:31:26.048Z","repository":{"id":255847547,"uuid":"834631725","full_name":"AtilMohAmine/izem","owner":"AtilMohAmine","description":"Izem is a blazing fast JavaScript and TypeScript runtime built with Nim 2 and JavaScriptCore","archived":false,"fork":false,"pushed_at":"2024-09-12T21:27:23.000Z","size":948,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-13T10:27:34.391Z","etag":null,"topics":["javascript","javascript-runtime","javascriptcore","nim","nodejs"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/AtilMohAmine.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,"publiccode":null,"codemeta":null}},"created_at":"2024-07-27T21:42:00.000Z","updated_at":"2024-09-12T21:27:26.000Z","dependencies_parsed_at":"2024-09-13T08:15:34.578Z","dependency_job_id":null,"html_url":"https://github.com/AtilMohAmine/izem","commit_stats":null,"previous_names":["atilmohamine/izem"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtilMohAmine%2Fizem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtilMohAmine%2Fizem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtilMohAmine%2Fizem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtilMohAmine%2Fizem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtilMohAmine","download_url":"https://codeload.github.com/AtilMohAmine/izem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245151159,"owners_count":20569219,"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":["javascript","javascript-runtime","javascriptcore","nim","nodejs"],"created_at":"2025-03-23T18:34:12.955Z","updated_at":"2026-04-16T03:31:25.917Z","avatar_url":"https://github.com/AtilMohAmine.png","language":"Nim","readme":"\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://github.com/user-attachments/assets/b6de3739-baf3-4b27-a30a-26eb0def4169\" style=\"width: 215px\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eIzem\u003c/h1\u003e\n\n**Izem** is a **blazing fast** JavaScript and TypeScript runtime built with Nim 2 and JavaScriptCore. It is designed for exceptional performance and efficiency, capable of handling up to **100,000 requests per second**.\n\n## Benchmark\n\nThe benchmark tests were run on a system with the following specifications:\n- **Operating System**: Linux (Ubuntu)\n- **Processor**: Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz\n- **Memory**: 8GB RAM\n\nBelow is the benchmark bar chart showing the performance of the system during the tests:\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"https://github.com/user-attachments/assets/202f3368-b516-4eaa-b00a-d80f6f35bc2b\" style=\"width: 500px\"\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n### Installation:\n\nClone the repository, install the required dependencies, and build the runtime:\n\n```bash\ngit clone https://github.com/atilmohamine/izem.git\ncd izem\nsudo apt-get update\nsudo apt-get install -y libwebkit2gtk-4.0-dev  # Required for JavaScriptCore\nmake deps\nmake\n```\n\n### Usage:\n\nOnce built, you can run JavaScript files using:\n\n```bash\n./izem yourfile.js\n```\n\n## Starting a Server\n\nYou can start a simple server using the `izem.serve` method. Below is an example of how to initialize the server:\n\n```js\nizem.serve(4006, (req) =\u003e {\n    return \"Welcome to the Izem Server\";\n});\n```\n\n## WinterCG Compliance and Available APIs\n\n**Izem** is designed to adhere to the [WinterCG](https://wintercg.org/) standards, ensuring compatibility with modern web platform capabilities and a consistent developer experience.\n\n### Currently Available APIs\n\nThe following APIs are currently implemented in **Izem**:\n\n- `console`\n- `setTimeout() / clearTimeout()`\n- `setInterval() / clearInterval()`\n- `URL`\n- `URLSearchParams`\n- `WritableStream`\n- `WritableStreamDefaultWriter`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatilmohamine%2Fizem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatilmohamine%2Fizem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatilmohamine%2Fizem/lists"}