SimonSiefke / http-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http server & websocket server for live reloading

The http server is responsible for injecting javascript code into the html files requested by the client. The injected code creates a web socket connection to the websocket server. If the websocket server sends a command (refreshing CSS, reloading the page, etc.) to the client, the client will execute that command.

About


Languages

Language:TypeScript 83.5%Language:JavaScript 16.5%