typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Request never ends #248

Closed DavidBernal closed 2 years ago

DavidBernal commented 6 years ago

I install hotel and go to localhost:2000. Web never loads completely: image

OS: windows 10 Node: 8.7.0 NPM: 5.4.2

typicode commented 6 years ago

Hi @DavidBernal,

It's actually working as expected. events and output are server-sent events (SSE). It's like Web Socket, but simpler and only goes from server to client. Connection is kept open and events are streamed.

The style.css 404 worries me more, you don't have style issues?

DavidBernal commented 6 years ago

I don't have problems with css, but the instances keeps without appear. hotel ls shows my commands: image

But the localhost:2000 continue blank. This is why I thought about the events/output requests.