Closed utkarsh867 closed 1 year ago
The server always runs at 4000.
4000
The port can be specified in start() as such:
start()
app = Meteorite() """ More code here """ app.start(5000)
The server always runs at
4000
.The port can be specified in
start()
as such: