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

https://github.com/mdecker-mobilecomputing/nodejs_webserverminimal

Minimaler Web-Server mit Nodejs und Socket-API
https://github.com/mdecker-mobilecomputing/nodejs_webserverminimal

gh-pages minimalist nodejs web-server

Last synced: about 1 month ago
JSON representation

Minimaler Web-Server mit Nodejs und Socket-API

Awesome Lists containing this project

README

          

# Minimaler Webserver mit TCP-Socket von Nodejs #


**Verwenden Sie den in diesem Repository enthaltenen Web-Server auf keinen Fall produktiv!**


Programm starten:
```
npm start
```


Danach sollte die Einstiegs-Seite der enthaltenen Website im Browser unter der URL http://localhost:8080
erreichbar sein.


Die im Repo enthaltene Website kann unter der folgenden URL auch über [GitHub Pages](https://pages.github.com/)
getestet werden:

https://mdecker-mobilecomputing.github.io/Nodejs_WebServerMinimal/


----

## License ##


See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository.