Hello World!, My Name Is Kunal. I am 12 Passout student but i have interest in knowlageble things like this one. I am creating this for making simple http server for beginers like with 0.1% knowlage any one can use this server. This is WLAN http server desiagn.
You can run it in simple localhost server or you can simple run on wifi. When a persion is connected to same wifi as you are he will can see your content.
Copy link | git clone https://github.com/kedar1830/Simple-Server.git |
---|---|
Change directory | cd Simple-Server |
Execute permission | chmod +x Server-Installation.sh |
Run the script | ./Server-Installation.sh |
Well done if you did all things then run last command | ./start |
Now all done if you wana run server then just go to Simple-Server directory and give it command ./start
If your using Termux then i recommand you have to install termux-api, it will help you for opening url by using Termux directly.
After installing termux-api, goto simple server directory use following command:
nano start
paste following command before ->
node server.js
termux-open-url http://0.0.0.0:3000/
now its done and run ./start for testing its working or not.
you can change its ports and ip by your self if you wana!
Thank for visiting my page