Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reenphygeorge/servette
- Owner: reenphygeorge
- License: gpl-3.0
- Created: 2023-06-09T20:30:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T21:20:31.000Z (9 months ago)
- Last Synced: 2024-10-11T00:13:29.270Z (4 months ago)
- Topics: golang, websocket
- Language: Go
- Homepage:
- Size: 434 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
#### Linux and macOS
1. Download and unzip the executable
2. Open the folder in terminal and run the following to grant execute permissionschmod +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 executablesrt
## 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.