# node-nes **Repository Path**: mirrors_Glavin001/node-nes ## Basic Information - **Project Name**: node-nes - **Description**: A Nodejs NES emulator. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Node-NES ===== > A Node.js NES emulator. Node.js module port of [jsnes](https://github.com/bfirsh/jsnes). ## Installation ```bash npm install node-nes --save ``` ## Development ```bash npm start ``` Or ```bash grunt ``` ## Testing ```bash npm test ``` Or ```bash grunt test ```