Hashnode / mern-starter

⛔️ DEPRECATED - Boilerplate for getting started with MERN stack
MIT License
5.15k stars 1.18k forks source link

Hot reloading express server #153

Open somus opened 8 years ago

somus commented 8 years ago

https://github.com/ericclemmons/webpack-hot-server-example

carloscuatin commented 8 years ago

remove nodemon ?

somus commented 8 years ago

Yes, once the express server is hot reloaded, we will not need nodemon.

carloscuatin commented 8 years ago

👍 excelent

SOSANA commented 8 years ago

This is cool!!!

SOSANA commented 8 years ago

@somus @carloscuatin you think this will improve performance over nodemon?

koshuang commented 8 years ago

Great! If the server can be hot reloaded, to develop api will be much faster!

DraconPern commented 7 years ago

I think this issue can be closed since I see HMR working.

kamiranoff commented 7 years ago

Anyone knows how to implement it ?

qlqllu commented 7 years ago

is anyone working on this?

u0078867 commented 7 years ago

I played with this, very cool: https://github.com/glenjamin/ultimate-hot-reloading-example