mobily / markdown-live

Markdown preview with live update.
341 stars 22 forks source link

Hard-coded "localhost" prevents outside access #1

Closed realguess closed 9 years ago

realguess commented 9 years ago

Socket.io is always polling from localhost:

http://localhost:2304/socket.io/?EIO=3&transport=polling

It works fine if running from the same machine, but from another machine where IP address is needed, this is a problem.