| 
				
					 | 
			10 سال پیش | |
|---|---|---|
| public | 10 سال پیش | |
| .editorconfig | 10 سال پیش | |
| .eslintrc.js | 10 سال پیش | |
| .gitignore | 10 سال پیش | |
| LICENSE | 10 سال پیش | |
| README.md | 10 سال پیش | |
| comments.json | 10 سال پیش | |
| package.json | 10 سال پیش | |
| server.go | 10 سال پیش | 
This is the React comment box example from the React tutorial.
go run server.go
And visit http://vm:3000/ assuming you host is called vm. Try opening multiple tabs!
You can change the port number by setting the $PORT environment variable before invoking any of the scripts above, e.g.,
PORT=3001 node server.js