What's New
- Added Custom Golang server
This bash script can save a lot of time for you
Just execute it on your system and run a local server
Clone the repo
And mv server to a local bin so you can access it from anywhere
Change the permission to executable
git clone https://github.com/W1LDN16H7/Server.git
cd Server && sudo mv server /usr/local/bin
sudo chmod +x /usr/local/bin/server
Now you are ready to fire
For Listing The Servers run
sudo server list
For running a server run
sudo server <server> <port>
without these < > sign
- Starting a python server
server python3 8000
This will start a server on localhost
- Starting a php server
server php 8000
And a server will start on localhost
- Starting a Golang server
server go 8000
And so on
Add more one line server in the list or suggest me I will come with updated version
This is free to use and modify all you have to do is to give a star to the script
Also you can Follow me