Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reenphygeorge/servette

A terminal based open source live server for rapid web dev.
https://github.com/reenphygeorge/servette

golang websocket

Last synced: 4 months ago
JSON representation

A terminal based open source live server for rapid web dev.

Awesome Lists containing this project

README

        





Servette Logo






Open source live server written in GO✨








## Installation

#### Linux and macOS

1. Download and unzip the executable
2. Open the folder in terminal and run the following to grant execute permissions

chmod +x install.sh

3. Run the installer

sudo ./install.sh

4. Run the executable

srt

#### Windows

1. Download and unzip the executable
2. Add path to environment variables
3. Run the executable

srt

## Extend

Use srt.config file in your project to modify values like `port`   `Skip Directories`

###### By default skips .git directory no need to add it again.