Confused on what port to use with Express #131
Replies: 2 comments 2 replies
-
After some tinkering around I see that it does set the geckos port to 3000 also, so there's no need to do a One thing that I did get working that I think is pretty cool though; I changed the extension on the client to |
Beta Was this translation helpful? Give feedback.
-
I'm sending ArrayBufferView through raw.emit. Is this faster than the regular emit? |
Beta Was this translation helpful? Give feedback.
-
So does the server.listen(3000) actually start the geckos server listening on port 3000 instead of the default 9208 port? Or do I have to also add a
io.listen()
in there? And that also sets the express server port to 3000 and that's where the page will be served from. I must be missing something here...Beta Was this translation helpful? Give feedback.
All reactions