nodejs_on_metaarray
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nodejs_on_metaarray [2022/01/21 01:12] – fix to not my port peteyboy | nodejs_on_metaarray [2024/09/06 06:02] (current) – ld’ hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
====== Setting up a simple Node.js Server | ====== Setting up a simple Node.js Server | ||
- | + | You can try Node.js by using your [[meta_port_allocation |Port Allocation]] on the [[metaarray |The MetaArray]] to run your own Node.js server. What follows is a bare-bones | |
- | You can try Node.js by using your [[meta_port_allocation|Port Allocation]] on the [[metaarray|The MetaArray]] to run your own Node.js server. What follows is a bare-bones | + | - go to a project folder in your user folder, say '' |
- | - go to a project folder in your user folder, say <tt>~/ | + | |
- use your favorite editor to open a new file called '' | - use your favorite editor to open a new file called '' | ||
*paste the following code into the file: < | *paste the following code into the file: < | ||
// | // | ||
- | const hostname = 'peteyboy.freeshell.org'; | + | const hostname = 'username.sdf.org'; |
// | // | ||
const port = 8388; | const port = 8388; | ||
Line 22: | Line 20: | ||
});</ | });</ | ||
- run the server with '' | - run the server with '' | ||
- | - check it out with a browser pointed to your metaarray website but at your UID port, for example '' | + | - OMG that was so easy, right? Check it out with a browser pointed to your metaarray website but at your UID port, for example '' |
- | * it should look like {{: | + | * it should look like the image to the right {{ : |
- quit the server with '' | - quit the server with '' | ||
+ | - knock yourself out doing more cool stuff with javascript on the server! | ||
+ |
nodejs_on_metaarray.1642727538.txt.gz · Last modified: 2022/01/21 01:12 by peteyboy