{"id":22486594,"url":"https://github.com/lorenzoongithub/sequential","last_synced_at":"2026-02-08T10:07:02.262Z","repository":{"id":31490670,"uuid":"35054843","full_name":"lorenzoongithub/sequential","owner":"lorenzoongithub","description":"An environment to visualize JavaScript code execution in a browser","archived":false,"fork":false,"pushed_at":"2017-10-07T13:19:04.000Z","size":4502,"stargazers_count":77,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-22T15:32:58.574Z","etag":null,"topics":["gist","html5","interpreters","javascript","parser"],"latest_commit_sha":null,"homepage":"https://sequential.js.org/","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/lorenzoongithub.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}},"created_at":"2015-05-04T19:29:08.000Z","updated_at":"2023-02-17T10:15:48.000Z","dependencies_parsed_at":"2022-09-13T04:51:08.624Z","dependency_job_id":null,"html_url":"https://github.com/lorenzoongithub/sequential","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoongithub%2Fsequential","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoongithub%2Fsequential/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoongithub%2Fsequential/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lorenzoongithub%2Fsequential/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lorenzoongithub","download_url":"https://codeload.github.com/lorenzoongithub/sequential/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228500152,"owners_count":17930002,"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":["gist","html5","interpreters","javascript","parser"],"created_at":"2024-12-06T17:14:57.645Z","updated_at":"2026-02-08T10:07:02.234Z","avatar_url":"https://github.com/lorenzoongithub.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"![sequential](sequential.png)\n\n## What does it do?\n\nsequential shows JavaScript code execution\n\n```javascript\nvar i=5/4;\ni++;\nconsole.log(i);\n// \u003e 2.25\n```\n\n[live example](https://sequential.js.org/live.html#G4QwTgBAlgvArAegCwG4BQUDUn0GMD2AdgM74A2ApgHRn4DmAFFAJQpA)\n\n\n## What is it for ?\n\nThe purpose of sequential is to provide an environment to show JavaScript code execution in a browser.\n\n**sequential gives JavaScript authors the means to write the most concise and most natural _(i.e. sequential)_ script to present any JavaScript work.**\n \nA typical piece consists of all or some of those parts:\n1. A comment describing what the code is about\n2. The load function to access any external JavaScript library (commonly relying on CDN services like [rawgit](https://rawgit.com/), [cdnjs](https://cdnjs.com), [jsdelivr](https://www.jsdelivr.com/), [unpkg](https://unpkg.com/) and others)  \n3. JavaScript code to set a use case.\n4. console.log calls to display the outcome. \n\n\n\n## How does it compare with other code playgrounds such as codepen or jsfiddle ?\n\nThose are bigger _beasts_ than sequential: fully fledged solutions covering all aspects of Web Development (HTML, CSS, JavaScript).\nInstead, sequential focuses only on JavaScript execution without involving _(as mush as possible)_ any DOM object.\n\n## The architecture.\n\nsequential is a complete client side solution, meaning that everything is running on the browser.\nThe back-end (server) is only responsible to serve static resources (HTML, CSS, JavaScript and images)\n\n\n## Roadmap\n\nIt's a misty one but those are a few things I'd like to have:\n\n- Ability to easily embed on external site (e.g. IFrame , embed.ly, script )\n- Ability to compare/diff executions (i.e. to highlight differences between browsers)\n\n## Issues\n\nReport any issue using GitHub and use notifications to track progress on them.\n\n## Contributing\n\nWant to hack on this project? Any kind of contribution is welcome! I am particularly interested in any JavaScript snippet you might want to share. \n\n\n## License\n\nThis project is licensed under the MIT license. \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzoongithub%2Fsequential","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florenzoongithub%2Fsequential","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzoongithub%2Fsequential/lists"}