Node.js as a normal script.js file
MilesWK

MilesWK @mileswk

About: Post something on [Meme Month](https://dumb.dev.to/mileswk/meme-month-5946)

Location:
Planet Earth
Joined:
Dec 8, 2024

Node.js as a normal script.js file

Publish Date: Dec 18 '24
1 2

Hi! So I want to use Node.js, but I wanted to know if I can turn a normal script.js file into a node.js file. For example, can I just run this to add node.js onto my HTML website:

<script src="script.js"></script>
Enter fullscreen mode Exit fullscreen mode

and have it normally act as a JS file?

Thanks!

Comments 2 total

Add comment