{"id":21326216,"url":"https://github.com/masylum/node-brainfuck","last_synced_at":"2025-07-12T06:32:55.792Z","repository":{"id":1220677,"uuid":"1138363","full_name":"masylum/node-brainfuck","owner":"masylum","description":"Brainfuck interpreter for nodejs","archived":false,"fork":false,"pushed_at":"2018-04-03T12:35:08.000Z","size":6,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-22T07:16:59.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/masylum.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-04T16:38:31.000Z","updated_at":"2022-03-19T06:50:27.000Z","dependencies_parsed_at":"2022-07-21T12:03:49.870Z","dependency_job_id":null,"html_url":"https://github.com/masylum/node-brainfuck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masylum/node-brainfuck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masylum%2Fnode-brainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masylum%2Fnode-brainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masylum%2Fnode-brainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masylum%2Fnode-brainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masylum","download_url":"https://codeload.github.com/masylum/node-brainfuck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masylum%2Fnode-brainfuck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951610,"owners_count":23687974,"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":[],"created_at":"2024-11-21T21:08:49.246Z","updated_at":"2025-07-12T06:32:55.546Z","avatar_url":"https://github.com/masylum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"    @@@@@@@   @@@@@@@    @@@@@@   @@@  @@@  @@@  @@@@@@@@  @@@  @@@   @@@@@@@  @@@  @@@\n    @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@  @@@@ @@@  @@@@@@@@  @@@  @@@  @@@@@@@@  @@@  @@@\n    @@!  @@@  @@!  @@@  @@!  @@@  @@!  @@!@!@@@  @@!       @@!  @@@  !@@       @@!  !@@\n    !@   @!@  !@!  @!@  !@!  @!@  !@!  !@!!@!@!  !@!       !@!  @!@  !@!       !@!  @!!\n    @!@!@!@   @!@!!@!   @!@!@!@!  !!@  @!@ !!@!  @!!!:!    @!@  !@!  !@!       @!@@!@!\n    !!!@!!!!  !!@!@!    !!!@!!!!  !!!  !@!  !!!  !!!!!:    !@!  !!!  !!!       !!@!!!\n    !!:  !!!  !!: :!!   !!:  !!!  !!:  !!:  !!!  !!:       !!:  !!!  :!!       !!: :!!\n    :!:  !:!  :!:  !:!  :!:  !:!  :!:  :!:  !:!  :!:       :!:  !:!  :!:       :!:  !:!\n     :: ::::  ::   :::  ::   :::   ::   ::   ::   ::       ::::: ::   ::: :::   ::  :::\n    :: : ::    :   : :   :   : :  :    ::    :    :         : :  :    :: :: :   :   :::\n\nLightweight, aynchronous, robust, flexible, non-blocking, fleiba, brainfuck interpreter written in javascript.\nInspired by [txus](https://github.com/txus/brainfuck)\n\n## Contents\n\n  * 1 Amazing Nodejs module. Take advantadge of the event loop with brainfuck.\n  * 1 Splendid Binary. Brainfuck power on your command line.\n  * 1 Awesome brainfuck client for your browser!\n  * 1 Replica from the script above... compressed! Less than 400b! OMG!\n\n## Install\n\n    $ npm install node-brainfuck\n\n## Nodejs\n\n    var bf = require('node-brainfuck');\n    bf(stdout);\n\n## Binary\n\n    $ node-brainfuck hello_world.bf\n\n## Client\n\n    \u003cscript src='brainfuck-client-compressed.js' type='text/javascript'\u003e\u003c/script\u003e\n    \u003cscript type='text/javascript'\u003e\n      (function () {\n        var str = '';\n        bf(\",\u003e++++++[\u003c--------\u003e-],[\u003c+\u003e-]\u003c.\", function(out) {\n          if (out === undefined) {\n            alert('program output =\u003e ' + str);\n          } else {\n            str += out;\n          }\n        });\n      }());\n    \u003c/script\u003e\n\n## TODO:\n\n  * Needs testing\n  * Some nested brackets don't work properly\n  * Somehow expose nodejs stdin so it can be used with any stream reader. (for example, building a http brainfucked server)\n  * Have some holidays\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasylum%2Fnode-brainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasylum%2Fnode-brainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasylum%2Fnode-brainfuck/lists"}