scottoffen / grapevine

Fast, unopinionated, embeddable, minimalist web framework for .NET
https://scottoffen.github.io/grapevine/
MIT License
103 stars 16 forks source link

More examples? #56

Closed ghostravenstorm closed 3 years ago

ghostravenstorm commented 3 years ago

Trying to setup something simple for external logging purposes using rest endpoints on a server built in .NET. Are there any examples of a more complete setup using Grapevine? Something that goes beyound localhost testing? Like being able to set the host IP and port? I'm not sure where this is done.

scottoffen commented 3 years ago

You will need configure a namespace reservation and possibly open the windows firewall, depending on exactly what you want to accomplish.

In the future, please consider asking usage questions in the discussions section, rather than opening an issue, per the contributing guidelines.