λ IHP: Integrated Haskell Platform

IHP Live Reloading: How it works

by Marc Scholten, 10.08.2020

IHP is using Haskell for building your application code. Haskell code typically needs to be compiled before you can run your application code. IHP provides a built-in development server that provides instant feedback when making changes to your application code. In this post we're going to explain the technical details behind the magic.

Learn More About IHP

Feel free to share this post on Twitter, Reddit, Hacker News or anywhere else on the internet :)

Stay in the loop
Newsletter

To get notified about the latest updates, subscribe to the IHP newsletter.

You can also follow digitally induced on Twitter.

GitHub

Leave a star at the GitHub repo: digitallyinduced/ihp

Questions, or need help with haskell type errors? Join us at Gitter (IRC Bridge available)

Want to see some demo code? We got you!

Build your first IHP app now!

Blog

10.08.2020: IHP Live Reloading: How it works

07.08.2020: v07082020 released 🎉

24.07.2020: v24072020 released 🎉

22.07.2020: Why IHP is Using The Nix Package Manager

10.07.2020: v10072020 released 🎉

23.06.2020: IHP has been released to the public