Skip to content

nexssp/language_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2ba732b · Mar 10, 2025

History

58 Commits
Feb 26, 2020
May 29, 2022
May 29, 2022
May 29, 2022
Jun 11, 2022
Mar 10, 2025
Jan 9, 2020
May 7, 2023
Mar 10, 2025
May 29, 2022
Mar 10, 2025
Mar 10, 2025

Repository files navigation

Node.js for Nexss Programmer 2.x

To Install Nexss Programmer please go to Nexss Programmer CLI for more information. You can also find some R&D on wiki pages: https://github.com/nexssp/language_nodejs/wiki

Templates

Each language in the Nexss Programmer has predefined templates which can be used easy by adding file nexss file add myprogram.js then the templates is displayed. You can search the template list just by typing after add file command.

Example of template display

Tutorials

Learn Any Programming Language Templates

Enter command 'nexss file add myfile.js' and type learn for finding templates which starts with 'learn' keyword. [Picture above]

JavaScript Runtimes

To change runtimes/compilers

nexss js default compiler # displays all available runtimes/compilers
nexss js default compiler deno # to set the Deno compiler
nexss js default compiler node # to set the Node.js compiler
nexss js default compiler unset # to reset to defaults (Node.js)

nexss js default compiler --nocache # use --nocache if you have changed configuration files manually

OR put at the top of your file/program. If will install compiler on 'nexss yourprogram.js'

// nexss-compiler: deno

console.log(`Hello from Deno! ${Deno.version.deno}`);

Interesting links

About

NodeJS implementation for Nexss PROGRAMMER 2.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published