5 ms·
Hi, When working with many dev servers, you have to increment and remember ports (e.g. http://localhost:3000 http://localhost:3000, http://localhost:4000 http:
by typicode 10y ago
Hi,
When working with many dev servers, you have to increment and remember ports (e.g. http://localhost:3000 http://localhost:3000, http://localhost:4000 http://localhost:4000, ...).
With hotel you can access them using their names instead (http://myapp.dev http://myapp.dev, http://myotherapp.dev http://myotherapp.dev, ...). Which makes things a little easier.
Some APIs requires also to be requested from an https URL, you get that for free too with hotel.
And finally, you don't have to open a terminal and type the same commands everyday. You can use your browser to manage your dev servers.
Basically, the idea of hotel is to simplify your existing workflow when working with dev servers.
- nouney 10y agoOk great, thanks for your explanation!