Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements on frameworks and IDEs #363

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

ewan-escience
Copy link
Member

Changes in this PR

This PR focuses mostly on JS frameworks and IDEs. I expect one more PR after this before issue #268 can be closed.

Copy link
Member

@c-martinez c-martinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a couple of questions, but even if they are not resolved, I think this could be merged.

language_guides/javascript.md Show resolved Hide resolved

# JavaScript outside of the browser

Most JavaScript is run in web browsers, but if you want to run it outside of a browser (e.g. as a server or to run a script locally), you'll need a JavaScript *runtime*. These are the main runtimes available:
Most JavaScript is run in web browsers, but if you want to run it outside of a browser (e.g. as a server or to run a script locally), you'll need a JavaScript **runtime**. These are the main runtimes available:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if in this part we could/should mention other alternatives to Node.js (e.g. write your server side script on Python). But maybe that is out of scope for the chapter.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know about this one. On the Python page, we don't recommend other languages either...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, good point. I guess web apps is where I would use different languages for the client and server side. But we can leave it out if you think it is not super relevant.

@ewan-escience
Copy link
Member Author

Can this be merged? I don't have the required permissions.

@c-martinez c-martinez merged commit 3f4cb2b into main Nov 27, 2024
2 checks passed
@c-martinez c-martinez deleted the 268-misc-improvements branch November 27, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants